Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
VMware vRealize is a software platform that provides comprehensive management and monitoring capabilities for virtualized and cloud environments. This module focuses on detecting misconfigurations, vulnerabilities, or software fingerprints related to VMware vRealize.
Severity: Informative
Author: milo2012
This module aims to identify potential security issues or misconfigurations in VMware vRealize. By detecting vulnerabilities or misconfigurations, it helps organizations ensure the security and stability of their virtualized and cloud environments.
This module utilizes HTTP request templates and matching conditions to perform its tests. It sends an HTTP GET request to the "/ui/login.action" path and applies the following matching conditions:
- Status: 200 - Header: Contains the word "text/html" - Body: Contains the HTML tag "<title>vRealize Operations Manager</title>"If all of these conditions are met, the module considers the test case successful.
Example HTTP request:
GET /ui/login.action
This module helps identify potential misconfigurations or vulnerabilities in VMware vRealize by analyzing the response from the targeted endpoint and matching it against predefined conditions.