35 lines
839 B
YAML
35 lines
839 B
YAML
|
id: wowhead
|
||
|
|
||
|
info:
|
||
|
name: Wowhead User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Wowhead 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,wowhead
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.wowhead.com/user={{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- " Profile - Wowhead"
|
||
|
|
||
|
# digest: 4b0a004830460221008cba3a8bed831472fcd177b3f5d55ac37705fb412bd1f2206fef4700f15b80ee022100bf38183d33dc47137877c6437183c16679d69e6a95980fb135fe26a106121003:922c64590222798bb761d5b6d8e72950
|