Ethical Hacking Automation

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

LiveZilla Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#livezilla#login
Description

What is the "LiveZilla Login Panel - Detect?"

The "LiveZilla Login Panel - Detect" module is designed to detect the presence of the LiveZilla login panel. LiveZilla is a software that provides live chat and help desk functionality for websites. 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 Fazal.

Impact

This module does not have a direct impact on the security of the target system. It simply detects the presence of the LiveZilla login panel, providing information about the software being used.

How does the module work?

The "LiveZilla Login Panel - Detect" module works by sending an HTTP GET request to the "/mobile/index.php" path of the target system. It then applies two matching conditions to determine if the LiveZilla login panel is present.

The first matching condition checks the response status code, ensuring it is 200 (indicating a successful request). The second matching condition searches for the presence of the word "LiveZilla" in the response body.

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

GET /mobile/index.php

The matching conditions are applied using the "and" logical operator, meaning both conditions must be met for the module to detect the LiveZilla login panel.

The module also includes metadata, specifying that it expects a maximum of 1 request to be made.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/mobile/index.php
Matching conditions
status: 200and
word: LiveZilla
Passive global matcher
No matching conditions.
On match action
Report vulnerability