Ethical Hacking Automation

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

VMware vRealize

By kannthu

Informative
Vidoc logoVidoc Module
#vmware#vrealize#tech
Description

VMware vRealize

What is VMware vRealize?

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

Impact

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.

How the module works?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/ui/login.action
Matching conditions
status: 200and
word: text/htmland
word: <title>vRealize Operations Manager</titl...
Passive global matcher
No matching conditions.
On match action
Report vulnerability