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