Skip to content

Speedrun User Name Information - Detect

ID: speedrun

Severity: info

Author: dwisiswant0

Tags: osint,osint-gaming,speedrun

Speedrun user name information check was conducted.

id: speedrun
info:
name: Speedrun User Name Information - Detect
author: dwisiswant0
severity: info
description: Speedrun 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,speedrun
self-contained: true
http:
- method: GET
path:
- "https://www.speedrun.com/user/{{user}}/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Runs - "
# digest: 490a0046304402203a6e9786627f28c199358251aa28a3be599762e985795052d9072471f2d1980802203a4ebef4d0cd1b98745896b68ce0b5bdb8f9a265305acfa435b3b863c01b0fb5: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/speedrun.yaml"

View on Github