Skip to content

Twitch User Name Information - Detect

ID: twitch

Severity: info

Author: dwisiswant0

Tags: osint,osint-gaming,twitch

Twitch user name information check was conducted.

id: twitch
info:
name: Twitch User Name Information - Detect
author: dwisiswant0
severity: info
description: Twitch 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-gaming,twitch
self-contained: true
http:
- method: GET
path:
- "https://twitchtracker.com/search?q={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Found Exact Match"
# digest: 4b0a00483046022100d780e009e58a3dd54945e1d27ea56368be2a9967902a03fbc2a3986a016f1e1c022100fdf552b6915bda830079963411611404d6f05d1bbfd3213ee2434ead2f9d9384: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/twitch.yaml"

View on Github