26 lines
546 B
YAML
26 lines
546 B
YAML
id: vmware-horizon-panel
|
|
|
|
info:
|
|
name: VMware Horizon Login
|
|
author: dhiyaneshDK,pdteam
|
|
severity: info
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6496
|
|
tags: horizon,vmware,edb,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- '{{BaseURL}}/portal/webclient/index.html'
|
|
|
|
stop-at-first-match: true
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(?m)^Missing route token in request$'
|
|
- 'VMware Horizon'
|
|
condition: or |