nuclei-templates/http/exposed-panels/efak-login-panel.yaml

39 lines
931 B
YAML

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:
max-request: 2
shodan-query: http.favicon.hash:1693580324
verified: true
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