Ethical Hacking Automation

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

Omnia MPX Node Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#omnia#omniampx
Description

What is the "Omnia MPX Node Login Panel - Detect?"

The "Omnia MPX Node Login Panel - Detect" module is designed to detect the presence of the Omnia MPX Node login panel. This module is used to identify potential misconfigurations or vulnerabilities in the login panel of the Omnia MPX Node software. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat. The original author of this module is arafatansari.

Impact

This module does not have a direct impact on the system or software being scanned. Instead, it provides information about the presence of the Omnia MPX Node login panel, which can help identify potential security risks or configuration issues.

How does the module work?

The "Omnia MPX Node Login Panel - Detect" module works by sending a GET request to the "/login" path of the target system. It then applies matching conditions to determine if the response indicates the presence of the Omnia MPX Node login panel.

The matching conditions for this module are as follows:

- The response body must contain the phrase "Omnia MPX Node | Login". - The response status code must be 200.

If both conditions are met, the module considers the Omnia MPX Node login panel to be detected.

Example HTTP request:

GET /login

It is important to note that this module only detects the presence of the login panel and does not perform any further actions or exploit any vulnerabilities.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: Omnia MPX Node | Loginand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability