mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
12 lines
393 B
YAML
12 lines
393 B
YAML
name: poc-yaml-druid-monitor-unauth
|
|
rules:
|
|
- method: GET
|
|
path: /druid/index.html
|
|
expression: |
|
|
response.status == 200 && response.body.bcontains(b"Druid Stat Index") && response.body.bcontains(b"DruidVersion") && response.body.bcontains(b"DruidDrivers")
|
|
detail:
|
|
author: met7or
|
|
links:
|
|
- https://github.com/alibaba/druid
|
|
- http://43.130.61.224:8088/druid/index.html
|