mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
commit message
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user