35 lines
823 B
YAML
35 lines
823 B
YAML
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: 490a00463044022014a48619aac9f84e83668c4121c160788d44c301c979681f63315dbcc79c3c3e02206635f8748439397fc10a226834c46b596f8a40c275ccb87d917682f0e6d1ea47:922c64590222798bb761d5b6d8e72950
|