nuclei-templates/http/misconfiguration/questdb-console.yaml

46 lines
940 B
YAML
Raw Normal View History

id: questdb-console
2022-11-02 19:43:47 +00:00
info:
name: QuestDB Console - Detect
2022-11-02 19:43:47 +00:00
author: tess
severity: medium
description: QuestDB console was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
reference:
- https://questdb.io/docs/develop/web-console/
2022-11-02 19:43:47 +00:00
metadata:
max-request: 1
2022-11-02 19:43:47 +00:00
verified: true
shodan-query: title:"QuestDB · Console"
tags: misconfig,questdb,exposure
2022-11-02 19:43:47 +00:00
http:
2022-11-02 19:43:47 +00:00
- 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
# Enhanced by cs on 2023/03/10