Update and rename misconfiguration/unauthenticated-x-proxy-dashboar-detect.yaml to exposed-panels/unauth-xproxy-dashboard.yaml
parent
dcb3890992
commit
da1886fcaa
|
@ -1,23 +1,26 @@
|
|||
id: unauthenticated-x-proxy-dashboard-detect
|
||||
id: unauth-xproxy-dashboard
|
||||
info:
|
||||
name: X-Proxy Dashboard Detect
|
||||
author: pussycat0x
|
||||
severity: High
|
||||
severity: high
|
||||
metadata:
|
||||
fofa-dork: "X-Proxy Dashboard"
|
||||
tags: login, tech
|
||||
tags: xproxy,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Configurations</a>'
|
||||
- '<title>X-Proxy</title>'
|
||||
- 'Dashboard</a>'
|
||||
condition: and
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue