42 lines
891 B
YAML
42 lines
891 B
YAML
id: kubernetes-web-view
|
|
|
|
info:
|
|
name: Kubernetes Web View Admin Panel- Detect
|
|
author: tess
|
|
description: Kubernetes Web View admin panel discovered.
|
|
severity: info
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
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</title>'
|
|
- 'a href="https://codeberg.org/hjacobs/kube-web-view'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs 01/26/2023
|