Files
nuclei-templates/exposed-panels/apache/apache-apisix-panel.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* 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
2022-04-22 13:38:41 +03:00

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