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