Ethical Hacking Automation

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

VMware Cloud Director Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#vmware
Description

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

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.

Impact

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.

How does the module work?

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:

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

Module preview

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