Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "MeshCentral Login Panel - Detect" module is designed to detect the presence of the MeshCentral login panel. MeshCentral is a software that provides remote management capabilities for computers and devices. This module specifically targets the login panel of MeshCentral.
The severity of this module is classified as informative, meaning it provides information rather than indicating a vulnerability or misconfiguration.
This module was authored by dhiyaneshDk.
This module does not have a direct impact as it is designed to detect the presence of the MeshCentral login panel. However, the presence of the login panel may indicate that the MeshCentral software is being used for remote management.
The "MeshCentral Login Panel - Detect" module works by sending HTTP requests and matching the responses against specific conditions. It uses the following matching conditions:
- The response body must contain the HTML title tag "<title>MeshCentral - Login</title>
".
- The HTTP status code must be 200 (OK).
If both conditions are met, the module considers the MeshCentral login panel to be detected.
Here is an example of an HTTP request that the module may send:
GET / HTTP/1.1
Host: example.com
The module then analyzes the response to determine if it matches the specified conditions.