Skip to content

AKHQ Panel - Detect

ID: akhq-panel

Severity: info

Author: DhiyaneshDK

Tags: akhq,panel,login,detect

AKHQ Panel was discovered.

id: akhq-panel
info:
name: AKHQ Panel - Detect
author: DhiyaneshDK
severity: info
description: |
AKHQ Panel was discovered.
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:855432563
fofa-query: body="AKHQ_PREFIX_UI"
tags: akhq,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/ui/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>AKHQ</title>"
- "AKHQ_PREFIX_UI"
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100b184ea3630af4d7b4e801fd2ab98d6b068820a11addacc988c50f87fa0661792022100ac478aa9a833775a6277a40b8a59264f86a4e0901365fea1b13060de77a1c2e9: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/akhq-panel.yaml"

View on Github