48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
id: kafka-topics-ui
|
|
|
|
info:
|
|
name: Apache Kafka Topics Panel - Detect
|
|
author: pdteam,righettod
|
|
severity: info
|
|
description: Apache Kafka Topics panel was detected.
|
|
reference:
|
|
- https://kafka.apache.org/
|
|
- https://github.com/provectus/kafka-ui
|
|
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
|
|
cpe: cpe:2.3:a:provectus:ui:*:*:*:*:kafka:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: provectus
|
|
product: ui
|
|
platform: kafka
|
|
tags: panel,kafka,apache,detect,provectus
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/info'
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Kafka Topics UI - Browse Kafka Data</title>'
|
|
- '<title>UI for Apache Kafka</title>'
|
|
- 'github.com/provectus/kafka-ui'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '"v([0-9.]+)"'
|
|
# digest: 4a0a0047304502205cfeea88bca55c692e372286a9e7dcb70101205a7e4ad93bfa3af8eca2d5d96d022100e917836db9e04976cac1d7705415cc40f9ae058126bd76403bd7c7205b712988:922c64590222798bb761d5b6d8e72950 |