Ethical Hacking Automation

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

VMware Site Recovery Manager Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#vmware#tech
Description

What is the "VMware Site Recovery Manager Panel - Detect" module?

The "VMware Site Recovery Manager Panel - Detect" module is designed to detect the presence of the VMware Site Recovery Manager panel. This module is part of the Vidoc platform and is used to perform scanning for misconfigurations, vulnerabilities, or software fingerprints. The severity of this module is classified as informative.

This module was authored by dhiyaneshDk.

Impact

As a detection module, the "VMware Site Recovery Manager Panel - Detect" module does not have a direct impact. It is used to identify the presence of the VMware Site Recovery Manager panel, which can help in assessing the security posture of the target system.

How does the module work?

The "VMware Site Recovery Manager Panel - Detect" module works by sending an HTTP GET request to the "/configure/app/landing/welcome-srm-va.html" path of the target system. It then applies matching conditions to determine if the panel is present.

The matching conditions for this module are:

- The response body must contain the HTML title tag "<title>Welcome to VMware Site Recovery Manager</title>". - The HTTP response status code must be 200 (OK).

If both conditions are met, the module considers the VMware Site Recovery Manager panel to be detected.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/configure/app/landi...
Matching conditions
word: <title>Welcome to VMware Site Recovery M...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability