Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Calendarix Admin Login Panel - Detect" module is designed to detect the presence of the Calendarix admin login panel. Calendarix is a software that provides a calendar management system with an admin interface. This module focuses on identifying potential misconfigurations or vulnerabilities related to the admin login panel.
This module has an informative severity level, which means it provides valuable information but does not indicate an immediate security threat.
This module was authored by r3dg33k.
The detection of the Calendarix admin login panel does not directly indicate any impact or vulnerability. However, it can help identify potential security risks or misconfigurations that may exist within the admin login panel.
The "Calendarix Admin Login Panel - Detect" module works by sending HTTP requests to specific paths associated with the admin login panel. It checks for a successful response with a status code of 200 and verifies the presence of the phrase "Calendarix Admin Login" in the response body.
Here is an example of an HTTP request sent by the module:
GET /calendarix/admin/cal_login.php
The module uses two matching conditions:
- Status: It checks if the response status code is 200. - Word: It verifies if the response body contains the phrase "Calendarix Admin Login".The module considers both conditions as mandatory for a successful match.