Skip to content

KubeView Dashboard - Detect

ID: kubeview-dashboard

Severity: info

Author: ja1sh

Tags: exposure,k8s,kubernetes,kubeview,dashboard,panel,kubeview_project

KubeView dashboard was detected.

id: kubeview-dashboard
info:
name: KubeView Dashboard - Detect
author: ja1sh
severity: info
description: |
KubeView 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
vendor: kubeview_project
product: kubeview
shodan-query:
- http.favicon.hash:-379154636
- http.title:"kubeview"
fofa-query:
- icon_hash=-379154636
- title="kubeview"
google-query: intitle:"kubeview"
tags: exposure,k8s,kubernetes,kubeview,dashboard,panel,kubeview_project
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- <title>KubeView</title>
- type: status
status:
- 200
# digest: 490a00463044022072d9439611c90d51c26179a59a4f96f5b04333cd947b2033cf04b1e7af8390e0022030e335a31540da80a903aa1310f58571dffa2c54bcfba65d7b607323fc074ff9: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/kubeview-dashboard.yaml"

View on Github