nuclei-templates/exposed-panels/apache/apache-apisix-panel.yaml

26 lines
476 B
YAML

id: apache-apisix-panel
info:
name: Apache APISIX Panel detect
author: pikpikcu
severity: info
metadata:
fofa-query: title="Apache APISIX Dashboard"
tags: apache,apisix,panel
requests:
- 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