Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "SonicWall Analyzer Login Panel - Detect" module is designed to detect the presence of the SonicWall Analyzer login panel. SonicWall Analyzer is a software used for network security management and analysis. 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 DhiyaneshDK.
The impact of detecting the SonicWall Analyzer login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it provides insights into the presence of the login panel, which can be useful for further analysis and security assessments.
The module works by sending an HTTP GET request to the "/sgms/auth" path. It then applies two matching conditions to determine if the SonicWall Analyzer login panel is present:
- The module checks the response body for the presence of the phrase "SonicWall Analyzer Login". - The module verifies that the response status code is 200 (OK).If both conditions are met, the module reports the detection of the SonicWall Analyzer login panel.
Here is an example of the HTTP request sent by the module:
GET /sgms/auth
The matching conditions ensure that the response body contains the phrase "SonicWall Analyzer Login" and the response status code is 200.
By using this module, you can gain insights into the presence of the SonicWall Analyzer login panel within your network.