38 lines
947 B
YAML
38 lines
947 B
YAML
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: 4a0a00473045022100f96e08013d90928e846731ad91a960694b85ce968859987dfcc614f7d73833b602204fdb5f23bb8faf1705d415a9674f319f01c1d88712cd3da575f119462587bbe7:922c64590222798bb761d5b6d8e72950
|