2022-01-06 11:51:21 +00:00
|
|
|
id: vmware-horizon-panel
|
2021-02-27 12:37:25 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: VMware Horizon Login
|
2022-06-17 20:14:37 +00:00
|
|
|
author: dhiyaneshDK,pdteam
|
2021-02-27 12:37:25 +00:00
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/6496
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: horizon,vmware,edb,panel
|
2021-02-27 12:37:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-06-17 20:14:37 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-02-27 12:37:25 +00:00
|
|
|
- '{{BaseURL}}/portal/webclient/index.html'
|
|
|
|
|
2022-06-17 20:14:37 +00:00
|
|
|
stop-at-first-match: true
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-06-17 20:14:37 +00:00
|
|
|
max-redirects: 2
|
2021-02-27 12:37:25 +00:00
|
|
|
matchers:
|
2021-11-19 14:17:09 +00:00
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '(?m)^Missing route token in request$'
|
2022-06-17 20:14:37 +00:00
|
|
|
- 'VMware Horizon'
|
|
|
|
condition: or
|