Ethical Hacking Automation

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

Kraken Cluster Monitoring Dashboard - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#kraken#cluster
Description

What is the "Kraken Cluster Monitoring Dashboard - Detect?"

The "Kraken Cluster Monitoring Dashboard - Detect" module is designed to detect the presence of the Kraken Cluster Monitoring Dashboard software. This module focuses on identifying misconfigurations, vulnerabilities, or specific software fingerprints. The severity of this module is classified as informative, meaning it provides valuable information without indicating a critical issue. The original author of this module is pussycat0x.

Impact

This module does not directly impact the target system. Instead, it provides information about the presence of the Kraken Cluster Monitoring Dashboard, allowing users to assess the security and configuration of their system.

How does the module work?

The "Kraken Cluster Monitoring Dashboard - Detect" module utilizes HTTP request templates and matching conditions to identify the Kraken Cluster Monitoring Dashboard. It performs a series of checks to determine if the target system meets the specified criteria.

One example of an HTTP request used by this module is:

GET / HTTP/1.1
Host: [target]

The module applies matching conditions to the response received from the target system. In this case, the matching conditions include:

- Checking if the response contains the words "Kraken dashboard" or "Kraken cluster monitoring". - Verifying that the HTTP response status is 200.

If both conditions are met, the module will report the detection of the Kraken Cluster Monitoring Dashboard.

Module preview

Concurrent Requests (0)
Passive global matcher
word: Kraken dashboard, Kraken cluster monitor...and
status: 200
On match action
Report vulnerability