nuclei-templates/exposed-panels/vmware-horizon-panel.yaml

26 lines
551 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
host-redirects: true
max-redirects: 2
matchers:
- type: regex
part: body
regex:
- '(?m)^Missing route token in request$'
- 'VMware Horizon'
condition: or