Skip to content

Kafka Manager Panel

ID: kafka-manager-panel

Severity: info

Author: ritikchaddha

Tags: tech,kafka,apache

id: kafka-manager-panel
info:
name: Kafka Manager Panel
author: ritikchaddha
severity: info
reference:
- https://github.com/yahoo/CMAK
metadata:
verified: true
max-request: 1
shodan-query: title:"Kafka-Manager"
fofa-query: app="Kafka-Manager"
tags: tech,kafka,apache
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
part: body
words:
- "Kafka Manager"
- type: word
part: header
words:
- "Kafka-Manager"
# digest: 4a0a004730450220071bf5cc786c055944fad831437dc88bd74b7de339d5cb036bf221725e5b1dee022100fcdb6c6d657790387d5489201d353e62aebc79c6058f4d2209802943f97749b8: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/technologies/apache/kafka-manager-panel.yaml"

View on Github