Update piratebay.yaml
parent
a2a36c944a
commit
278778c717
|
@ -1,6 +1,7 @@
|
|||
id: piratebay
|
||||
|
||||
info:
|
||||
name: Piratebay User Name Information - Detect
|
||||
name: Piratebay Username Information - Detect
|
||||
author: philippedelteil
|
||||
severity: info
|
||||
classification:
|
||||
|
@ -25,4 +26,6 @@ headless:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "!contains(data,'No results returned')"
|
||||
- "!contains(data, 'No results returned')"
|
||||
- "contains(data, 'User: {{user}}</label>')"
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue