nuclei-templates/http/misconfiguration/apache/kafka-manager-unauth.yaml

30 lines
596 B
YAML
Raw Normal View History

2023-01-17 20:38:19 +00:00
id: kafka-manager-unauth
2022-07-15 10:24:08 +00:00
info:
2023-01-17 20:38:19 +00:00
name: Kafka Manager Panel - Unauthorized Access
2022-07-15 10:24:08 +00:00
author: Paper-Pen
severity: low
description: A kafka manager unauthorized access was discovered.
reference:
- https://github.com/yahoo/CMAK
metadata:
max-request: 1
2022-07-15 10:24:08 +00:00
fofa-query: app="Kafka-Manager"
2023-01-17 20:38:19 +00:00
tags: misconfig,apache,kafka,unauth,exposure
2022-07-15 10:24:08 +00:00
http:
2022-07-15 10:24:08 +00:00
- method: GET
path:
- "{{BaseURL}}"
2023-01-17 20:38:19 +00:00
matchers-condition: and
2022-07-15 10:24:08 +00:00
matchers:
- type: word
part: body
2022-07-15 10:24:08 +00:00
words:
2023-01-17 20:38:19 +00:00
- "<title>Kafka Manager</title>"
2022-07-15 10:24:08 +00:00
2023-01-17 20:38:19 +00:00
- type: status
status:
- 200