Ethical Hacking Automation

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

Horde Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#horde#panel
Description

What is the "Horde Login Panel - Detect?"

The "Horde Login Panel - Detect" module is designed to detect the presence of the Horde login panel. Horde is a web-based groupware platform that provides email, calendar, and task management functionalities. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by ritikchaddha.

Impact

This module does not have a direct impact on the security of the target system. It simply detects the presence of the Horde login panel, providing information about its existence.

How does the module work?

The "Horde Login Panel - Detect" module works by sending HTTP requests to specific paths, namely "/horde/login.php" and "/login.php", using the GET method. It then applies matching conditions to determine if the Horde login panel is present.

The matching conditions used in this module are:

- Matcher 1: It checks if the response body contains the word "HordeLogin.user". - Matcher 2: It verifies if the response status code is 200 (OK).

Both matchers must evaluate to true for the module to consider the Horde login panel detected.

Here is an example of an HTTP request sent by this module:

GET /horde/login.php HTTP/1.1
Host: example.com

The module then analyzes the response to determine if it matches the defined conditions.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/horde/login.php/login.php
Matching conditions
word: HordeLogin.userand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability