nuclei-templates/http/misconfiguration/druid-monitor.yaml

25 lines
396 B
YAML

id: druid-monitor
info:
name: Druid Monitor Unauthorized Access
author: ohlinge
severity: high
tags: druid,unauth
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/druid/index.html"
matchers-condition: and
matchers:
- type: word
words:
- 'Druid Stat Index</title>'
- type: status
status:
- 200