Ethical Hacking Automation

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

Icinga Web 2 Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#icinga
Description

What is the "Icinga Web 2 Login Panel - Detect?" module?

The "Icinga Web 2 Login Panel - Detect" module is designed to detect the presence of the Icinga Web 2 login panel. Icinga Web 2 is a web-based interface for the Icinga monitoring system. This module focuses on identifying the login panel specifically.

This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by dhiyaneshDK.

Impact

The "Icinga Web 2 Login Panel - Detect" module does not have a direct impact on the target system. It simply identifies the presence of the Icinga Web 2 login panel, providing information for further analysis or actions.

How does the module work?

The "Icinga Web 2 Login Panel - Detect" module works by sending an HTTP GET request to the "/authentication/login" path of the target system. It then applies two matching conditions to determine if the Icinga Web 2 login panel is present:

- The module checks if the response contains the HTML title tag "<title>Icinga Web 2 Login</title>". - The module verifies that the response status code is 200 (OK).

If both conditions are met, the module reports a successful detection of the Icinga Web 2 login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/authentication/logi...
Matching conditions
word: <title>Icinga Web 2 Login</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability