21 lines
356 B
YAML
21 lines
356 B
YAML
|
id: druid-monitor
|
||
|
info:
|
||
|
name: Druid Monitor Unauthorized Access
|
||
|
author: 0h1in9e @ohlinge
|
||
|
severity: high
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/druid/index.html"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Druid Stat Index</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|