nuclei-templates/misconfiguration/unauthenticated-alert-manag...

24 lines
467 B
YAML

id: unauthenticated-alert-manager
info:
name: Unauthenticated Alert Manager
author: dhiyaneshDK
severity: high
reference: https://www.shodan.io/search?query=http.title%3A%22Alertmanager%22
tags: unauth,alertmanager
requests:
- method: GET
path:
- "{{BaseURL}}/#/alerts"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Alertmanager</title>'
- type: status
status:
- 200