25 lines
404 B
YAML
25 lines
404 B
YAML
id: bandcamp
|
|
|
|
info:
|
|
name: Bandcamp
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-music,bandcamp
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://bandcamp.com/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- " collection | Bandcamp</title>"
|