Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Elemiz Network Manager Login Panel - Detect" module is designed to detect the presence of the Elemiz Network Manager login panel. This module focuses on identifying the login panel and does not perform any vulnerability or misconfiguration checks. The module was authored by pussycat0x and has an informative severity level.
This module does not have any direct impact as it only detects the presence of the Elemiz Network Manager login panel. It does not perform any actions or modifications to the system.
The module works by sending an HTTP GET request to the "/admin/login/" path. It then applies two matching conditions to determine if the Elemiz Network Manager login panel is present:
- The response body must contain the phrase "Elemiz Network Manager". - The response status code must be 200 (OK).If both conditions are met, the module considers the Elemiz Network Manager login panel to be detected.
Here is an example of the HTTP request sent by the module:
GET /admin/login/ HTTP/1.1
Host: [target_host]
The module does not perform any additional actions or checks beyond detecting the login panel.