mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-11 13:13:26 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
31 lines
603 B
YAML
31 lines
603 B
YAML
id: apache-apisix-panel
|
|
|
|
info:
|
|
name: Apache APISIX Login Panel
|
|
author: pikpikcu
|
|
severity: info
|
|
description: An Apache APISIX login panel was detected.
|
|
classification:
|
|
cwe-id: CWE-200
|
|
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
|
|
|
|
# Enhanced by mp on 2022/03/16
|