Ethical Hacking Automation

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

MeshCentral Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#meshcentral
Description

What is the "MeshCentral Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>MeshCentral - Login</title>and
status: 200
On match action
Report vulnerability