nuclei-templates/http/osint/threads.yaml

36 lines
697 B
YAML
Raw Normal View History

2023-07-20 15:34:21 +00:00
id: threads
info:
name: Threads User Name Information - Detect
author: olearycrew
severity: info
2023-10-14 11:27:55 +00:00
description: Threads user name information check was conducted.
2023-07-20 15:34:21 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
2023-07-20 15:34:21 +00:00
cwe-id: CWE-200
metadata:
2023-07-21 13:30:15 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-07-21 13:30:15 +00:00
tags: osint,osint-social,threads
2023-07-20 15:34:21 +00:00
self-contained: true
2023-10-14 11:27:55 +00:00
2023-07-20 15:34:21 +00:00
http:
- method: GET
path:
- "https://www.threads.net/@{{user}}"
matchers-condition: and
matchers:
2023-07-21 13:30:15 +00:00
- type: word
part: body
words:
- "user?username="
- "Threads"
condition: and
2023-07-20 15:34:21 +00:00
- type: status
status:
- 200