Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Zabbix Login Panel - Detect" module is designed to detect the presence of the Zabbix login panel. Zabbix is a monitoring software that allows users to track and analyze the performance of their IT infrastructure. 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 dhiyaneshDK.
The impact of detecting the Zabbix login panel is minimal. It does not indicate any vulnerabilities or misconfigurations. Instead, it serves as an informative module to identify the presence of the login panel.
The "Zabbix Login Panel - Detect" module works by sending HTTP requests and matching the responses against specific conditions. It uses the following matching conditions:
- Matchers: - Part: All - Type: Word - Words: <title>zabbix-server: Zabbix</title> - Negative: False - Condition: And - Part: All - Type: Status - Status: 200 - Negative: False - Condition: AndThe module checks if the response contains the specific HTML title tag indicating the presence of the Zabbix login panel. Additionally, it verifies that the HTTP status code is 200, indicating a successful response.
By analyzing the responses based on these conditions, the module determines whether the Zabbix login panel is present or not.