Create piratebay.yaml

Detect username in torrent site
patch-1
Philippe Delteil 2024-01-03 19:57:21 -05:00 committed by GitHub
parent 86d7efd231
commit 3bf97e6ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
http/osint/piratebay.yaml Normal file
View File

@ -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')"