From 3bf97e6ac0961caad3ac0c8bf1fd3e648d8a5117 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Wed, 3 Jan 2024 19:57:21 -0500 Subject: [PATCH] Create piratebay.yaml Detect username in torrent site --- http/osint/piratebay.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/osint/piratebay.yaml diff --git a/http/osint/piratebay.yaml b/http/osint/piratebay.yaml new file mode 100644 index 0000000000..c91624698e --- /dev/null +++ b/http/osint/piratebay.yaml @@ -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')"