nuclei-templates/exposed-panels/unauth-xproxy-dashboard.yaml

28 lines
496 B
YAML
Raw Normal View History

id: unauth-xproxy-dashboard
2022-02-20 11:15:11 +00:00
info:
name: X-Proxy Dashboard Detect
author: pussycat0x
severity: high
2022-02-20 11:15:11 +00:00
metadata:
fofa-dork: "X-Proxy Dashboard"
tags: xproxy,panel
2022-02-20 11:15:11 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-02-20 11:15:11 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-02-20 11:15:11 +00:00
words:
- '<title>X-Proxy</title>'
2022-02-20 11:15:11 +00:00
- 'Dashboard</a>'
condition: and
2022-02-20 11:15:11 +00:00
- type: status
status:
- 200