35 lines
833 B
YAML
35 lines
833 B
YAML
|
id: itchio
|
||
|
|
||
|
info:
|
||
|
name: Itch.io User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Itch.io 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,itchio
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://itch.io/profile/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "A member registered"
|
||
|
|
||
|
# digest: 4b0a00483046022100c9ec5232d74681adb783023cee028481a4aebe16a987402d00c5a6b805f2c078022100d0ccc64be7d55c5660c0e51dec1af3d43cf099562ce8e11ed71128691558fdbf:922c64590222798bb761d5b6d8e72950
|