38 lines
892 B
YAML
38 lines
892 B
YAML
|
id: threads
|
||
|
|
||
|
info:
|
||
|
name: Threads User Name Information - Detect
|
||
|
author: olearycrew
|
||
|
severity: info
|
||
|
description: Threads user name information check was conducted.
|
||
|
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:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
tags: osint,osint-social,threads
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.threads.net/@{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "user?username="
|
||
|
- "Threads"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# digest: 4a0a00473045022100a22e2277ac3d7567370640a7b5c6ce1d8d1520ed28cb60d8abac86205559ada402205565895f9711073526d8747c22f1b3b37a8bf7a9c85b26ada1a336fa1d51905a:922c64590222798bb761d5b6d8e72950
|