Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "VMware Cloud Director Availability Login Panel - Detect" module is designed to detect the presence of the login panel for VMware Cloud Director Availability. VMware Cloud Director Availability is a software solution that provides disaster recovery and migration capabilities for virtual machines. This module focuses on identifying the login panel, which can help in assessing the security posture of the system.
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 a direct impact on the system. It is used to detect the presence of the VMware Cloud Director Availability login panel, which can be an indicator of the software's installation and configuration.
The module works by sending an HTTP GET request to the "/ui/login" path of the target system. It then applies two matching conditions to determine if the login panel for VMware Cloud Director Availability is present:
<title>VMware Cloud Director Availability</title>
". This indicates that the login panel page has been successfully retrieved.
- The module verifies that the HTTP response status code is 200, indicating a successful request.
If both matching conditions are met, the module reports a detection of the VMware Cloud Director Availability login panel.