nuclei-templates/http/technologies/apache/kafka-manager-panel.yaml

32 lines
562 B
YAML
Raw Normal View History

2023-01-17 20:42:24 +00:00
id: kafka-manager-panel
info:
name: Kafka Manager Panel
author: ritikchaddha
severity: info
reference:
- https://github.com/yahoo/CMAK
metadata:
max-request: 1
2023-01-17 20:42:24 +00:00
verified: true
fofa-query: app="Kafka-Manager"
2023-01-17 21:14:09 +00:00
shodan-query: title:"Kafka-Manager"
2023-01-17 20:42:24 +00:00
tags: tech,kafka,apache
http:
2023-01-17 20:42:24 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
part: body
words:
- "Kafka Manager"
- type: word
part: header
words:
- "Kafka-Manager"