apisix-panel: Apache APISIX Login Panel

日期: 2025-09-01 | 影响软件: apisix panel | POC: 已公开

漏洞描述

An Apache APISIX login panel was detected. Fofa: title="Apache APISIX Dashboard"

PoC代码[已公开]

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()

相关漏洞推荐