Ethical Hacking Automation

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

Calendarix Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#calendarix#login
Description

What is the "Calendarix Admin Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/calendarix/admin/ca.../calendar/admin/cal_...
Matching conditions
status: 200and
word: Calendarix Admin Login
Passive global matcher
No matching conditions.
On match action
Report vulnerability