25 lines
463 B
YAML
25 lines
463 B
YAML
id: roblox
|
|
|
|
info:
|
|
name: Roblox
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-gaming,roblox
|
|
|
|
self-contained: true
|
|
requests:
|
|
- 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"
|