Skip to content

Threads User Name Information - Detect

ID: threads

Severity: info

Author: olearycrew

Tags: osint,osint-social,threads

Threads user name information check was conducted.

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: 4b0a00483046022100db6500c04025608e2f47dabda0661f98fa3dfe902e8aede344ade0b2e8fcf1a3022100caf08e2d58e3e33f3d53067ca6f3500b1600c4b121c2530f9a2de5ab981b23b9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/threads.yaml"

View on Github