Skip to content

VMware HCX Login Panel - Detect

ID: vmware-hcx-login

Severity: info

Author: DhiyaneshDk

Tags: panel,vmware

VMware HCX login panel was detected.

id: vmware-hcx-login
info:
name: VMware HCX Login Panel - Detect
author: DhiyaneshDk
severity: info
description: VMware HCX login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:vmware:vmware_hcx:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"VMware HCX"
product: vmware_hcx
vendor: vmware
tags: panel,vmware
http:
- method: GET
path:
- '{{BaseURL}}/hybridity/ui/hcx-client/index.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>VMware HCX</title>'
- type: status
status:
- 200
# digest: 490a004630440220014fc7565a8327807aea266a1c397135ae4ee29c2394c5fde955f7871ab583d802205cbf5db556bd7b857479ef6d7e6be7c0253333f1a83a1c11dc07bacddddf219c: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/exposed-panels/vmware-hcx-login.yaml"

View on Github