25 lines
403 B
YAML
25 lines
403 B
YAML
id: tunefind
|
|
|
|
info:
|
|
name: Tunefind
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-music,tunefind
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://www.tunefind.com/user/profile/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Achievements"
|