Ethical Hacking Automation

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

NagVis Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#nagvis
Description

What is the "NagVis Login Panel - Detect" module?

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.

Impact

This module does not have any direct impact on the target system. It only provides information about the presence of the NagVis login panel.

How the module works?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/nagvis/frontend/nag...
Matching conditions
word: /nagvis/userfiles, <title>NagVisand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability