uniform format osint

patch-1
Dhiyaneshwaran 2024-01-07 20:46:19 +05:30 committed by GitHub
parent 3bf97e6ac0
commit ef2966fff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 7 deletions

View File

@ -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