2022-09-08 13:28:46 +00:00
|
|
|
id: unauth-xproxy-dashboard
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
info:
|
|
|
|
name: X-Proxy Dashboard Detect
|
|
|
|
author: pussycat0x
|
|
|
|
severity: high
|
|
|
|
metadata:
|
|
|
|
fofa-dork: "X-Proxy Dashboard"
|
|
|
|
tags: xproxy,panel
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>X-Proxy</title>'
|
|
|
|
- 'Dashboard</a>'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|