mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
20 lines
389 B
YAML
20 lines
389 B
YAML
id: apache-druid-unauth
|
|
|
|
info:
|
|
name: Apache Druid Unauth
|
|
author: zan8in
|
|
severity: high
|
|
verified: true
|
|
description: |-
|
|
app="Apache Druid"
|
|
tags: druid,unauth
|
|
created: 2024/01/07
|
|
|
|
rules:
|
|
r0:
|
|
request:
|
|
method: GET
|
|
path: /unified-console.html
|
|
expression: response.status == 200 && response.body.ibcontains(b'<title>Apache Druid</title>')
|
|
expression: r0()
|