nuclei-templates/http/exposed-panels/akhq-panel.yaml

33 lines
602 B
YAML
Raw Normal View History

2024-04-08 08:03:08 +00:00
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"
2024-04-11 11:48:08 +00:00
tags: akhq,panel,login,detect
2024-04-08 08:03:08 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/ui/login"
matchers-condition: and
matchers:
- type: word
2024-04-11 11:48:08 +00:00
part: body
2024-04-08 08:03:08 +00:00
words:
- "<title>AKHQ</title>"
2024-04-11 11:48:08 +00:00
- "AKHQ_PREFIX_UI"
condition: or
2024-04-08 08:03:08 +00:00
- type: status
status:
- 200