44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: apache-apisix-panel
|
|
|
|
info:
|
|
name: Apache APISIX Login Panel - Detect
|
|
author: pikpikcu,righettod
|
|
severity: info
|
|
description: An Apache APISIX login panel was detected.
|
|
classification:
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:apache:apisix:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: apisix
|
|
fofa-query:
|
|
- title="Apache APISIX Dashboard"
|
|
- title="apache apisix dashboard"
|
|
shodan-query: http.title:"apache apisix dashboard"
|
|
google-query: intitle:"apache apisix dashboard"
|
|
tags: apache,apisix,panel,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/user/login?redirect=%2F"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Apache APISIX Dashboard</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: header
|
|
group: 1
|
|
regex:
|
|
- '(?i)Server:\s+APISIX\/([0-9.]+)'
|
|
# digest: 4a0a00473045022100c1659ae1ee866d323b03f2da39b3ca0cc8602892d49cee03ea606a6a26a9020402203b0aef21ab6728cfc77c4fc523aed949c8ad4e10fad73c8c0bb21ec6b5bb9507:922c64590222798bb761d5b6d8e72950 |