Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "N-central Login Panel - Detect" module is designed to detect the presence of the N-central login panel. N-central is a software used for remote monitoring and management of IT infrastructure. This module focuses on identifying potential misconfigurations or vulnerabilities related to the login panel.
This module has an informative severity level, which means it provides valuable information but does not pose an immediate threat.
This module was authored by theabhinavgaur.
The detection of the N-central login panel does not directly indicate any impact or vulnerability. However, it can be an important step in identifying potential security risks or misconfigurations in the N-central software.
The "N-central Login Panel - Detect" module works by sending an HTTP GET request to the "/login" path of the target website. It then applies two matching conditions to determine if the N-central login panel is present:
If both conditions are met, the module reports the detection of the N-central login panel.
Example HTTP request:
GET /login
Matching conditions:
- Response body contains the HTML class attribute "ncentral" - HTTP response status code is 200Please note that this module is part of the Vidoc platform and is used for scanning and identifying potential security issues in the N-central software.