Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "VMware Cloud Director Login Panel - Detect" module is designed to detect the presence of the VMware Cloud Director login panel. VMware Cloud Director is a cloud service-delivery platform that enables organizations to build secure and efficient cloud environments. This module focuses on identifying the login panel of VMware Cloud Director.
This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by DhiyaneshDK.
This module does not have any direct impact on the target system. It solely focuses on detecting the presence of the VMware Cloud Director login panel.
The module works by sending an HTTP GET request to the "/login/" path of the target system. It then applies two matching conditions to determine if the VMware Cloud Director login panel is present:
<title>Welcome to VMware Cloud Director</title>
".
- The module verifies if the response status code is 200 (OK).
If both conditions are met, the module reports a successful detection of the VMware Cloud Director login panel.