uniform format osint
parent
3bf97e6ac0
commit
ef2966fff1
|
@ -1,7 +1,7 @@
|
|||
id: piratebay
|
||||
|
||||
info:
|
||||
name: Piratebay user name information - Detect
|
||||
name: Piratebay User Name Information - Detect
|
||||
author: philippedelteil
|
||||
severity: info
|
||||
classification:
|
||||
|
@ -10,18 +10,22 @@ info:
|
|||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
tags: osint,osint-p2p,piratebay
|
||||
|
||||
self-contained: true
|
||||
|
||||
headless:
|
||||
- steps:
|
||||
- args:
|
||||
url: 'https://thepiratebay.org/search.php?q=user:{{user}}'
|
||||
action: navigate
|
||||
- action: waitload
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://thepiratebay.org/search.php?q=user:{{user}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "!contains(data,'No results returned')"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue