nuclei-templates/http/misconfiguration/apache-druid-unauth.yaml

28 lines
474 B
YAML

id: apache-druid-unauth
info:
name: Apache Druid Unauth
author: DhiyaneshDk
severity: low
metadata:
max-request: 1
verified: true
shodan-query: title:"Apache Druid"
tags: misconfig,druid,unauth,apache
http:
- method: GET
path:
- '{{BaseURL}}/unified-console.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Apache Druid</title>'
- type: status
status:
- 200