Eagle For Apache Kakfa Login - Detect
ID: efak-login-panel
Severity: info
Author: irshad ahamed
Tags: panel,efak,login,detect
Description
Section titled “Description”EFAK is a visualization and management software that allows one to query, visualize, alert on, and explore their metrics wherever they were stored.
YAML Source
Section titled “YAML Source”id: efak-login-panel
info: name: Eagle For Apache Kakfa Login - Detect author: irshad ahamed severity: info description: | EFAK is a visualization and management software that allows one to query, visualize, alert on, and explore their metrics wherever they were stored. reference: - https://github.com/smartloli/efak - https://www.kafka-eagle.org/ metadata: verified: true max-request: 2 shodan-query: http.favicon.hash:1693580324 tags: panel,efak,login,detect
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/account/signin?/"
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - '<title>Login - EFAK</title>' - 'Eagle For Apache Kafka' - '<h1>EFAK</h1>' condition: or
- type: status status: - 200# digest: 4a0a00473045022100ee003f33f5dbf1b8179e11cf565f1d438a75ba6be3934bfc993c95e73d74c91f02207f95c9ad9e920165ecbd8d14cabbfd83eba5e3fb882e0447823b694a1e987703: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/exposed-panels/efak-login-panel.yaml"