漏洞描述
An Apache APISIX login panel was detected.
Fofa: title="Apache APISIX Dashboard"
id: apisix-panel
info:
name: Apache APISIX Login Panel
author: pikpikcu
severity: info
verified: true
description: |
An Apache APISIX login panel was detected.
Fofa: title="Apache APISIX Dashboard"
rules:
r0:
request:
method: GET
path: /user/login?redirect=%2F
expression: |
response.status == 200 && response.body.bcontains(b'<title>Apache APISIX Dashboard</title>')
expression: r0()