Kafka Topics List

patch-1
pussycat0x 2023-03-30 17:10:37 +05:30 committed by GitHub
parent 73afdead95
commit 7ea625bf1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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"
shodan-query: product:"Kafka"
tags: network,detect,enum,kafka,apache
network:
- inputs:
- data: 00000020000300000000000200126b61666b612d707974686f6e2d322e302e3200000000
type: hex
read: 1024
host:
- "{{Hostname}}:9092"
- "{{Host}}"
extractors:
- type: regex
part: raw
name: value
regex:
- '([a-z.A-Z_0-9-]+)'