nuclei-templates/misconfiguration/druid-monitor.yaml

22 lines
377 B
YAML
Raw Normal View History

2020-08-30 04:32:35 +00:00
id: druid-monitor
info:
name: Druid Monitor Unauthorized Access
author: 0h1in9e @ohlinge
severity: high
2021-03-12 08:57:14 +00:00
tags: druid,unauth
2020-08-30 04:32:35 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/druid/index.html"
matchers-condition: and
matchers:
- type: word
words:
- 'Druid Stat Index</title>'
- type: status
status:
- 200