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