Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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.