commit
6db74541b8
|
@ -0,0 +1,25 @@
|
|||
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
|
|
@ -4,7 +4,7 @@ info:
|
|||
name: tomcat manager disclosure
|
||||
author: Ahmed Sherif,geeknik
|
||||
severity: info
|
||||
tags: panel,tomcat
|
||||
tags: panel,tomcat,apache
|
||||
|
||||
requests:
|
||||
- method: GET
|
|
@ -5,7 +5,7 @@ info:
|
|||
author: organiccrap
|
||||
severity: info
|
||||
reference: https://i.blackhat.com/us-18/Wed-August-8/us-18-Orange-Tsai-Breaking-Parser-Logic-Take-Your-Path-Normalization-Off-And-Pop-0days-Out-2.pdf
|
||||
tags: panel,tomcat
|
||||
tags: panel,tomcat,apache
|
||||
|
||||
requests:
|
||||
- method: GET
|
Loading…
Reference in New Issue