Kafka Topics Enumeration
ID: kafka-topics-list
Severity: info
Author: pussycat0x
Tags: network,detect,enum,kafka,apache,tcp
Description
Section titled “Description”Kafka topics are logical data streams that store and organize messages in Apache Kafka. They provide a way for data to be published, subscribed to, and processed by Kafka consumers.
YAML Source
Section titled “YAML Source”id: kafka-topics-list
info: name: Kafka Topics Enumeration author: pussycat0x severity: info description: | Kafka topics are logical data streams that store and organize messages in Apache Kafka. They provide a way for data to be published, subscribed to, and processed by Kafka consumers. metadata: verified: true max-request: 1 shodan-query: product:"Kafka" tags: network,detect,enum,kafka,apache,tcptcp: - inputs: - data: 00000020000300000000000200126b61666b612d707974686f6e2d322e302e3200000000 type: hex read: 1024
- data: 00000020000300000000000200126b61666b612d707974686f6e2d322e302e3200000000 type: hex read: 1024
host: - "{{Hostname}}" port: 9092
matchers-condition: or matchers: - type: word part: raw words: - "localhost"
- type: regex name: ip part: raw regex: - '(?:[0-9]{1,3}\.){3}[0-9]{1,3}'
extractors: - type: regex part: raw name: value regex: - '([a-z.A-Z_0-9-]+)'# digest: 490a0046304402201c429d5ba713a93889891f48c384759f787b10b4ff5b8cecf13a6d5faf07ddf502204d7bf620147de6ec9b89302bf83781d2f6a233dddd46a90115889107bc57885b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "network/enumeration/kafka-topics-list.yaml"