Skip to content

VMware vCloud Director Panel - Detect

ID: vmware-vcloud-director

Severity: info

Author: DhiyaneshDK

Tags: panel,vmware,vcloud

VMware vCloud Director panel was detected.

id: vmware-vcloud-director
info:
name: VMware vCloud Director Panel - Detect
author: DhiyaneshDK
severity: info
description: VMware vCloud Director 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:vcloud_director:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: vmware
product: vcloud_director
shodan-query:
- title:"VMware vCloud Director"
- http.title:"vmware vcloud director"
fofa-query: title="vmware vcloud director"
google-query: intitle:"vmware vcloud director"
tags: panel,vmware,vcloud
http:
- method: GET
path:
- '{{BaseURL}}/cloud/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>VMware vCloud Director</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502206dd7371184ace2a1f25e09bdf8e0981018c2cf1fe0a0b98bcf91bd54bda3a27a022100823ac4920602f8f9f59b1be9646acf0fc752b3a0a657b3cc3eaae4b5c95279d0: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-vcloud-director.yaml"

View on Github