Skip to content

Twitter archived tweets User Name Information - Detect

ID: twitter-archived-tweets

Severity: info

Author: dwisiswant0

Tags: osint,osint-archived,twitter-archived-tweets

Twitter archived tweets user name information check was conducted.

id: twitter-archived-tweets
info:
name: Twitter archived tweets User Name Information - Detect
author: dwisiswant0
severity: info
description: Twitter archived tweets 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-archived,twitter-archived-tweets
self-contained: true
http:
- method: GET
path:
- "http://archive.org/wayback/available?url=https://twitter.com/{{user}}/status/*"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "\"archived_snapshots\": {\"closest\""
# digest: 4b0a0048304602210097928e79b194afa97c0f260b6b1ed1573c1e48db001a8c1f5d05bb0cca934364022100d6fba9e90ee76fdd43450c41ea2f42a007df0695b23d11ae6b13ef1fcea38ba1: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-archived-tweets.yaml"

View on Github