Skip to content

Apache Kafka Control Center Login Panel - Detect

ID: kafka-center-login

Severity: info

Author: dhiyaneshDK

Tags: panel,kafka,apache

Apache Kafka Control Center login panel was detected.

id: kafka-center-login
info:
name: Apache Kafka Control Center Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Apache Kafka Control Center login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:apache:kafka:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: apache
product: kafka
shodan-query:
- http.title:"Kafka Center"
- http.title:"kafka center"
- http.title:"kafka consumer offset monitor"
fofa-query:
- title="kafka center"
- title="kafka consumer offset monitor"
google-query:
- intitle:"kafka center"
- intitle:"kafka consumer offset monitor"
tags: panel,kafka,apache
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers:
- type: word
words:
- '<title>Kafka Center</title>'
# digest: 4a0a00473045022061c0313c460b921f1f15b8d6e431cc85e3231abdea3398e1d3d64203cc4fa760022100e5eb2d80476bd69c853008d20281ca196c50c31d00ea2ca9f6338453917e4b41:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/kafka-center-login.yaml"

View on Github