Create akhq-panel.yaml
parent
cb4291d508
commit
c11fc50a3a
|
@ -0,0 +1,30 @@
|
|||
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
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/ui/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>AKHQ</title>"
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue