Skip to content

Kubernetes Enterprise Manager Panel - Detect

ID: kubernetes-enterprise-manager

Severity: info

Author: pussycat0x

Tags: tech,kubernetes,panel

Kubernetes Enterprise Manager panel was detected.

id: kubernetes-enterprise-manager
info:
name: Kubernetes Enterprise Manager Panel - Detect
author: pussycat0x
severity: info
description: Kubernetes Enterprise Manager panel 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
cpe: cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: kubernetes
product: kubernetes
fofa-query:
- app="Kubernetes-Enterprise-Manager"
- title="kubernetes web view"
- app="kubernetes-enterprise-manager"
shodan-query: http.title:"kubernetes web view"
google-query: intitle:"kubernetes web view"
tags: tech,kubernetes,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Kubernetes Enterprise Manager"
- type: status
status:
- 200
# digest: 490a00463044022013135a93bd100c6361d3bf03421711f1b1c1a90c0f88865c7e868c459fcf51b00220409db5838fea366914780458890139cef54f3572566919a0048111a1311f9e00: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-enterprise-manager.yaml"

View on Github