Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "ExaGrid Manager Login Panel - Detect" module is designed to detect the presence of the ExaGrid Manager login panel. ExaGrid Manager is a software used for managing ExaGrid backup storage systems. This module focuses on identifying the login panel specifically.
This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by pussycat0x.
The impact of detecting the ExaGrid Manager login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it provides insight into the presence of the login panel, which can be useful for further analysis and assessment of the ExaGrid Manager system.
The module works by sending HTTP requests and applying matching conditions to identify the ExaGrid Manager login panel. It uses the following matching conditions:
- Matches the word "ExaGrid Manager" in the body of the response. - Matches the word "text/html" in the header of the response. - Verifies that the response status is 200 (OK).By combining these matching conditions, the module determines if the ExaGrid Manager login panel is present.
Here is an example of an HTTP request that the module may send:
GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc
The module then analyzes the response to check for the matching conditions.