Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

VMware Cloud Director Availability Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#vmware
Description

What is the "VMware Cloud Director Availability Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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:

    - The module checks if the response body contains the HTML title tag "<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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/ui/login
Matching conditions
word: <title>VMware Cloud Director Availabilit...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability