Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "NagVis Login Panel - Detect" module is designed to detect the presence of the NagVis login panel. NagVis is a software that provides visualization of network monitoring data. This module focuses on identifying the login panel specific to NagVis.
This module is categorized as informative, meaning it provides information about the target system without posing any security risks.
This module does not have any direct impact on the target system. It only provides information about the presence of the NagVis login panel.
The "NagVis Login Panel - Detect" module works by sending an HTTP GET request to the "/nagvis/frontend/nagvis-js/index.php" path. It then applies two matching conditions to determine if the NagVis login panel is present.
The first matching condition checks if the response body contains the strings "/nagvis/userfiles" and "<title>NagVis". If either of these strings is found, it indicates the presence of the login panel.
The second matching condition verifies that the HTTP response status is 200, indicating a successful request.
By combining these matching conditions, the module can accurately detect the NagVis login panel.