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

26 lines
551 B
YAML
Raw Normal View History

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
reference:
- https://www.exploit-db.com/ghdb/6496
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
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