nuclei-templates/http/misconfiguration/clickhouse-unauth-api.yaml

39 lines
1.0 KiB
YAML
Raw Normal View History

2023-08-07 09:54:43 +00:00
id: clickhouse-unauth-api
info:
name: ClickHouse API Database Interface - Unauthorized Access
author: DhiyaneshDk
severity: high
reference:
- https://github.com/luck-ying/Library-POC/blob/master/ClickHouse%E6%95%B0%E6%8D%AE%E5%BA%93/ClickHouse%E6%95%B0%E6%8D%AE%E5%BA%93%208123%E7%AB%AF%E5%8F%A3%E7%9A%84%E6%9C%AA%E6%8E%88%E6%9D%83%E8%AE%BF%E9%97%AE.py
- https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/main/docs/redteam/vulnerability/unauthorized/ClickHouse%208123%E7%AB%AF%E5%8F%A3.md?plain=1
metadata:
max-request: 1
verified: true
shodan-query: "X-ClickHouse-Summary"
fofa-query: "X-ClickHouse-Summary"
tags: clickhouse,unauth,disclosure
http:
- method: GET
path:
- "{{BaseURL}}/?query=SHOW%20DATABASES"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'default'
- 'system'
condition: and
- type: word
part: header
words:
- 'text/tab-separated-values'
- type: status
status:
- 200