22 lines
399 B
YAML
22 lines
399 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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Kafka Cruise Control UI</title>'
|