Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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.