25 lines
393 B
YAML
25 lines
393 B
YAML
id: diablo
|
|
|
|
info:
|
|
name: Diablo
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-gaming,diablo
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://diablo2.io/member/{{user}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Viewing profile - "
|