Apache Kafka Center Default Login
ID: kafka-center-default-login
Severity: high
Author: dhiyaneshDK
Tags: kafka,default-login
Description
Section titled “Description”Apache Kafka Center default admin credentials were discovered.
YAML Source
Section titled “YAML Source”id: kafka-center-default-login
info: name: Apache Kafka Center Default Login author: dhiyaneshDK severity: high description: Apache Kafka Center default admin credentials were discovered. reference: - https://developer.ibm.com/tutorials/kafka-authn-authz/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 metadata: max-request: 1 shodan-query: http.title:"Kafka Center" tags: kafka,default-login
http: - raw: - | POST /login/system HTTP/1.1 Host: {{Hostname}} Content-Type: application/json
{"name":"{{username}}","password":"{{password}}","checkbox":false}
attack: pitchfork payloads: username: - admin password: - admin
matchers-condition: and matchers: - type: word words: - '"code":200' - '"name":"admin"' condition: and
- type: status status: - 200# digest: 4b0a0048304602210095d4abd48d7d5774bd5006c3c8f2daba0b1dd8b1b4a1a8eeddda411dc812b0e702210093619ad1bab8fb869a3edde11551e7f8770427d104e0a181a4667fb4c88a2f6a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/default-logins/apache/kafka-center-default-login.yaml"