Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "LabTech Web Portal Login Panel - Detect" module is designed to detect the presence of the LabTech Web Portal login panel. LabTech Web Portal is a software used for remote monitoring and management of IT systems. This module focuses on identifying the login panel, which can help in assessing the security posture of the system.
This module has an informative severity level, indicating that it provides valuable information but does not pose an immediate threat.
Author: deFr0ggy
The impact of detecting the LabTech Web Portal login panel is primarily informational. It helps security professionals and system administrators identify 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 "/WCC2/" path of the target system. It then applies matching conditions to determine if the LabTech Web Portal login panel is present.
The matching conditions include:
- Checking the response body for specific HTML elements such as "<li>LabTech</li>
" and "<form action="/WCC2/Home/Login" autocomplete="off" method="post">
".
- Verifying that the response status is 200 (OK).
If both matching conditions are met, the module reports the detection of the LabTech Web Portal login panel.
Example HTTP request:
GET /WCC2/ HTTP/1.1
Host: [target_host]
Note: Replace "[target_host]" with the actual hostname or IP address of the target system.