Skip to content

Kubernetes Operational View Detect

ID: kubernetes-operational-view-detect

Severity: info

Author: idealphase

Tags: tech,k8s,kubernetes,devops,kube

id: kubernetes-operational-view-detect
info:
name: Kubernetes Operational View Detect
author: idealphase
severity: info
reference:
- https://github.com/hjacobs/kube-ops-view
- https://codeberg.org/hjacobs/kube-ops-view
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Kubernetes Operational View"
tags: tech,k8s,kubernetes,devops,kube
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Kubernetes Operational View"
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<title>Kubernetes Operational View (.+)<\/title>'
# digest: 490a0046304402201e8a7fafae6b1394c76d3b8b0bb3a6d35dcd6b48a9f733ff68920278ca95783f02207028fbc725c2ffff51900895b6eb18694f39a6664ff5a383a8f0c3cfb4d243c8: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/technologies/kubernetes-operational-view-detect.yaml"

View on Github