parent
86d7efd231
commit
3bf97e6ac0
|
@ -0,0 +1,27 @@
|
||||||
|
id: piratebay
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Piratebay user name information - Detect
|
||||||
|
author: philippedelteil
|
||||||
|
severity: info
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||||
|
cvss-score: 0
|
||||||
|
cwe-id: CWE-200
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
tags: osint,osint-p2p,piratebay
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
|
||||||
|
headless:
|
||||||
|
- steps:
|
||||||
|
- args:
|
||||||
|
url: 'https://thepiratebay.org/search.php?q=user:{{user}}'
|
||||||
|
action: navigate
|
||||||
|
- action: waitload
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- "!contains(data,'No results returned')"
|
Loading…
Reference in New Issue