35 lines
863 B
YAML
35 lines
863 B
YAML
id: myanimelist
|
|
|
|
info:
|
|
name: MyAnimeList User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: MyAnimeList 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-social,myanimelist
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://myanimelist.net/profile/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Profile - MyAnimeList.net"
|
|
|
|
# digest: 4a0a00473045022100dce7374c05237547789097f4a20023207c71958383afe093846d28eee1b68ec102200fb07c7d23610245441f89e0f20a37c53f6d9654395b4fef4080d6e1c6ba21ae:922c64590222798bb761d5b6d8e72950
|