Create apache-druid-unauth.yaml

patch-1
Dhiyaneshwaran 2022-07-16 14:52:11 +01:00 committed by GitHub
parent 137f21f713
commit 097244d542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: apache-druid-unauth
info:
name: Apache Druid Unauth
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Apache Druid"
tags: druid,unauth
requests:
- method: GET
path:
- '{{BaseURL}}/unified-console.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Apache Druid</title>'
- type: word
words:
- 'text/html'
part: header
- type: status
status:
- 200