Skip to content

VMware Cloud Director Login Panel - Detect

ID: vmware-cloud-director

Severity: info

Author: DhiyaneshDK

Tags: panel,vmware

VMware Cloud Director login panel was detected.

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

View on Github