Skip to content

Apache Kafka Connect UI Login Panel - Detect

ID: kafka-connect-ui

Severity: info

Author: pdteam

Tags: panel,kafka,apache

Apache Kafka Connect UI login panel was detected.

id: kafka-connect-ui
info:
name: Apache Kafka Connect UI Login Panel - Detect
author: pdteam
severity: info
description: Apache Kafka Connect UI login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,kafka,apache
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Kafka Connect UI</title>'
# digest: 4a0a0047304502200ee72a795ec5c3f910be4457b56ab5dff16acfdfae20cb25339f22dfab93bd24022100ea8d67b5e892dd4cc7eef37e01648a633c42d9717d1e4ed1892e25d64bb1501b: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/exposed-panels/kafka-connect-ui.yaml"

View on Github