Ethical Hacking Automation

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

Elemiz Network Manager Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#elemiz#manager#login#panel
Description

What is the "Elemiz Network Manager Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/admin/login/
Matching conditions
word: Elemiz Network Managerand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability