Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Kerio Connect Login Panel - Detect" module is designed to detect the presence of the Kerio Connect login panel. Kerio Connect is a software solution that provides email and collaboration services. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by dhiyaneshDk.
This module does not have a direct impact on the system being scanned. It simply detects the presence of the Kerio Connect login panel, providing information about its existence.
The module works by sending an HTTP GET request to the "/webmail/login/" path of the target system. It then applies two matching conditions to determine if the Kerio Connect login panel is present:
<title>Kerio Connect Client</title>
".
- The module verifies that the response status code is 200 (OK).
If both conditions are met, the module reports a successful detection of the Kerio Connect login panel.
Example HTTP request:
GET /webmail/login/ HTTP/1.1
Host: [target_host]
The matching conditions are:
- The response body must contain the HTML title tag "<title>Kerio Connect Client</title>
".
- The response status code must be 200 (OK).
When these conditions are satisfied, the module reports a successful detection of the Kerio Connect login panel.