Create questdb-console-exposed.yaml

patch-1
Arman 2022-11-02 12:43:47 -07:00 committed by GitHub
parent 9b43a38a6a
commit 8b0bac21b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: questdb-console-exposed
info:
name: QuestDB Console Exposed
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"QuestDB · Console"
tags: misconfig,questdb,exposed
requests:
- method: GET
path:
- '{{BaseURL}}/'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "QuestDB · Console"
- "Server rejected file due to unsupported file format."
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200