nuclei-templates/misconfiguration/questdb-console.yaml

36 lines
660 B
YAML
Raw Normal View History

id: questdb-console
2022-11-02 19:43:47 +00:00
info:
name: QuestDB Console Exposure
2022-11-02 19:43:47 +00:00
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"QuestDB · Console"
tags: misconfig,questdb,exposure
2022-11-02 19:43:47 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-11-02 19:43:47 +00:00
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