mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
feat: add curated internal network pocs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
id: druid-monitor-unauth
|
||||
|
||||
info:
|
||||
name: Druid Monitor Unauth
|
||||
author: met7or
|
||||
severity: high
|
||||
verified: true
|
||||
tags: druid,monitor,unauth
|
||||
created: 2023/07/07
|
||||
|
||||
rules:
|
||||
r0:
|
||||
request:
|
||||
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")
|
||||
expression: r0()
|
||||
Reference in New Issue
Block a user