Skip to content

Kraken Cluster Monitoring Dashboard - Detect

ID: kraken-cluster-monitoring

Severity: info

Author: pussycat0x

Tags: panel,kraken,cluster

Kraken Cluster Monitoring Dashboard was detected.

id: kraken-cluster-monitoring
info:
name: Kraken Cluster Monitoring Dashboard - Detect
author: pussycat0x
severity: info
description: Kraken Cluster Monitoring Dashboard was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Kraken dashboard"
tags: panel,kraken,cluster
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Kraken dashboard"
- "Kraken cluster monitoring"
condition: and
- type: status
status:
- 200
# digest: 4b0a0048304602210099205c0bbc9ee12c134a94a3704778377c140780b2af458a6c4681bbcbbcdf10022100a04782f98011a50b13d345d4647fec8e3462f218de8c552104b32669721e9b84:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/kraken-cluster-monitoring.yaml"

View on Github