22 lines
398 B
YAML
22 lines
398 B
YAML
id: kafka-cruise-control
|
|
|
|
info:
|
|
name: Kafka Cruise Control UI
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
metadata:
|
|
shodan-query: http.title:"Kafka Cruise Control UI"
|
|
tags: kafka,misconfig
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Kafka Cruise Control UI</title>'
|