20 lines
357 B
YAML
20 lines
357 B
YAML
|
id: exposed-kafdrop
|
||
|
|
||
|
info:
|
||
|
name: Publicly exposed Kafdrop Interface
|
||
|
author: dhiyaneshDk
|
||
|
severity: low
|
||
|
tags: exposure,misconfig,kafdrop
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Kafdrop: Broker List</title>"
|
||
|
- "Kafka Cluster Overview"
|
||
|
condition: and
|