Skip to content

Kubernetes Dashboard Panel - Detect

ID: kubernetes-dashboard

Severity: info

Author: pdteam

Tags: panel,kubernetes,devops

Kubernetes Dashboard panel was detected.

id: kubernetes-dashboard
info:
name: Kubernetes Dashboard Panel - Detect
author: pdteam
severity: info
description: Kubernetes Dashboard panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
vendor: kubernetes
product: dashboard
shodan-query: product:"kubernetes"
tags: panel,kubernetes,devops
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "Kubernetes Dashboard</title>"
# digest: 4b0a00483046022100f26ecdeb76bc76a15b78fab04cab60aadb901e7d8fde34e7dc6e875fd542108a02210099e364be555642930c753ffad5062af1e89222142e00dea99303dfba0e8fa69c: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/kubernetes-dashboard.yaml"

View on Github