diff --git a/exposed-panels/kubernetes-web-view.yaml b/exposed-panels/kubernetes-web-view.yaml new file mode 100644 index 0000000000..3498c8fd03 --- /dev/null +++ b/exposed-panels/kubernetes-web-view.yaml @@ -0,0 +1,34 @@ +id: kubernetes-web-view + +info: + name: Kubernetes Web View + author: tess + severity: medium + metadata: + verified: true + shodan-query: title:"Kubernetes Web View" + tags: pane,misconfig,kubernetes,k8s + +requests: + - method: GET + path: + - '{{BaseURL}}' + - '{{BaseURL}}/clusters/local' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Kubernetes Web View' + - 'a href="https://codeberg.org/hjacobs/kube-web-view' + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200