Skip to content

Roblox User Name Information - Detect

ID: roblox

Severity: info

Author: dwisiswant0

Tags: osint,osint-gaming,roblox

Roblox user name information check was conducted.

id: roblox
info:
name: Roblox User Name Information - Detect
author: dwisiswant0
severity: info
description: Roblox 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,roblox
self-contained: true
http:
- method: GET
path:
- "https://auth.roblox.com/v1/usernames/validate?username={{user}}&birthday=2019-12-31T23:00:00.000Z"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Username is already in use"
# digest: 4a0a00473045022100e3faf1940676b8e57fe1afc8f85068d9d3814ba651590daf54cfc8f182f7ee9702205f36c25a9b78869033a2725470e3f46492c2d7a3dd77d268180cb5db13980828: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/roblox.yaml"

View on Github