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

27 lines
459 B
YAML
Raw Normal View History

2022-07-16 13:52:11 +00:00
id: apache-druid-unauth
info:
name: Apache Druid Unauth
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Apache Druid"
2022-07-17 04:02:44 +00:00
tags: misconfig,druid,unauth,apache
2022-07-16 13:52:11 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/unified-console.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Apache Druid</title>'
- type: status
status:
- 200