Skip to content

Mirantis Kubernetes Engine Panel - Detect

ID: kubernetes-mirantis

Severity: info

Author: pussycat0x

Tags: tech,kubernetes,devops,kube,k8s,panel

Mirantis Kubernetes Engine panel was detected.

id: kubernetes-mirantis
info:
name: Mirantis Kubernetes Engine Panel - Detect
author: pussycat0x
severity: info
description: Mirantis Kubernetes Engine 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:mirantis:kubernetes_engine:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Mirantis Kubernetes Engine"
fofa-query: app="Mirantis-Kubernetes-Engine"
product: kubernetes_engine
vendor: mirantis
tags: tech,kubernetes,devops,kube,k8s,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Mirantis Kubernetes Engine"
- type: status
status:
- 200
# digest: 4a0a004730450221008ae420323e461862a9d99c68679aa1cf42e42c0ae66883bf14fa1b702a88cfcc0220717f901122f36a4ad2a5f94e8b5b6917456de665d85cc4c7c4ccd2a85569c97f: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-mirantis.yaml"

View on Github