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

27 lines
576 B
YAML

id: unauthenticated-alert-manager
info:
name: Alert Manager - Unauthenticated Access
author: dhiyaneshDK
severity: high
description: Alert Manager was able to be accessed with no authentication requirements in place.
metadata:
max-request: 1
shodan-query: http.title:"Alertmanager"
tags: unauth,alertmanager,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/#/alerts"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Alertmanager</title>'
- type: status
status:
- 200