Skip to content

VMware Cloud Director Availability Login Panel - Detect

ID: vmware-cloud-availability

Severity: info

Author: DhiyaneshDK

Tags: panel,vmware

VMware Cloud Director Availability login panel was detected.

id: vmware-cloud-availability
info:
name: VMware Cloud Director Availability Login Panel - Detect
author: DhiyaneshDK
severity: info
description: VMware Cloud Director Availability 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
shodan-query: title:"VMware Cloud Director Availability"
product: cloud_director
vendor: vmware
tags: panel,vmware
http:
- method: GET
path:
- '{{BaseURL}}/ui/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>VMware Cloud Director Availability</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502206f25caa589d64cde8846c8fc0a2f7bb986a10169f3bce18a52f3fee742b8ebfc02210087e5c42f76eff936b171623dfe6fee2885666044c88039c87f89165bca357816: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-availability.yaml"

View on Github