nuclei-templates/misconfiguration/exposed-kafdrop.yaml

20 lines
353 B
YAML
Raw Normal View History

2021-05-05 18:53:22 +00:00
id: exposed-kafdrop
info:
name: Publicly exposed Kafdrop Interface
author: dhiyaneshDk
severity: low
2021-05-07 09:11:52 +00:00
tags: exposure,misconfig
2021-05-05 18:53:22 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-05-07 09:11:52 +00:00
2021-05-05 18:53:22 +00:00
matchers:
- type: word
words:
- "<title>Kafdrop: Broker List</title>"
- "Kafka Cluster Overview"
condition: and