Ethical Hacking Automation

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

Zabbix Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#zabbix
Description

What is the "Zabbix Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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: And

The 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.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>zabbix-server: Zabbix</title>and
status: 200
On match action
Report vulnerability