Ethical Hacking Automation

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

ZOHO ManageEngine OpManager Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#zoho#manageengine
Description

What is the "ZOHO ManageEngine OpManager Panel - Detect?"

The "ZOHO ManageEngine OpManager Panel - Detect" module is designed to detect the presence of the ZOHO ManageEngine OpManager panel. This panel is a component of the ManageEngine OpManager software, which is used for network monitoring and management.

This module focuses on detecting the panel and does not perform any further actions. It is classified as an informative module, meaning it provides information about the presence of the panel but does not indicate any specific vulnerabilities or misconfigurations.

The module was authored by dhiyaneshDK and daffainfo.

Impact

The impact of detecting the ZOHO ManageEngine OpManager panel is dependent on the specific context and configuration of the software. The presence of the panel itself does not indicate any immediate security risks or vulnerabilities. However, it may provide insights into the network infrastructure and potentially aid in further assessments or investigations.

How does the module work?

The module works by sending HTTP requests to the target system and analyzing the responses. It uses specific matching conditions to determine if the ZOHO ManageEngine OpManager panel is present.

One example of a matching condition is the presence of certain HTML elements in the response body, such as "<div class='opmIconsHolder'>", "<div class='opmLoginFieldHolder'>", and "<div class='opmIconsRight'>". If these elements are found, it indicates the presence of the panel.

In addition to the HTML matching conditions, the module also checks the HTTP response status code. It expects a status code of 200, indicating a successful response.

Overall, the module provides a simple and effective way to detect the ZOHO ManageEngine OpManager panel based on specific criteria.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <div class='opmIconsHolder'>, <div class...and
status: 200
On match action
Report vulnerability