Skip to content

Vmware Horizon Version Detect

ID: vmware-horizon-version

Severity: info

Author: veshraj

Tags: vmware,tech

id: vmware-horizon-version
info:
name: Vmware Horizon Version Detect
author: veshraj
severity: info
classification:
cpe: cpe:2.3:a:vmware:horizon_view:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: vmware
product: horizon_view
shodan-query: title:"Vmware Horizon"
tags: vmware,tech
http:
- method: GET
path:
- "{{BaseURL}}/portal/info.jsp"
extractors:
- type: regex
regex:
- '"clientVersion":"[^"]*"'
# digest: 4a0a004730450221008d264af9e6bd0395347f817862930243a1355dbafe8ab2bedbf59df36978d12502203b1550c986a87552d7e977bcf459ca98bbd1c7fa890e5f5b2c95fa32290ea5aa:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/vmware/vmware-horizon-version.yaml"

View on Github