nuclei-templates/http/osint/vampr.yaml

36 lines
683 B
YAML
Raw Normal View History

2023-08-20 08:52:03 +00:00
id: vampr
info:
name: Vampr User Name Information - Detect
author: millermedia
severity: info
2023-08-21 06:41:09 +00:00
description: |
Vampr user name information check was conducted.
2023-08-20 08:52:03 +00:00
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.0
cwe-id: CWE-200
metadata:
max-request: 1
2023-08-21 06:41:09 +00:00
tags: osint,osint-social,vampr
2023-08-20 08:52:03 +00:00
self-contained: true
2023-08-21 06:41:09 +00:00
2023-08-20 08:52:03 +00:00
http:
- method: GET
path:
- "https://www.vampr.me/artist/{{user}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-08-21 06:41:09 +00:00
- "SKILLS</h2>"
- "GENRES</h2>"
condition: and
- type: status
status:
- 200