Skip to content

Twitter User Name Information - Detect

ID: twitter

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,twitter

Twitter user name information check was conducted.

id: twitter
info:
name: Twitter User Name Information - Detect
author: dwisiswant0
severity: info
description: Twitter 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:
max-request: 1
tags: osint,osint-social,twitter
self-contained: true
http:
- method: GET
path:
- "https://nitter.net/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "| nitter</title>"
# digest: 4b0a004830460221008be20a41892d61b6d0619fab53720d2d1b3e1a8c04c2d4253b24bba910615627022100a6071a9072e0931ad2e46781b5c1d40c530c6e330d783f504ccb032796dc4221: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/twitter.yaml"

View on Github