Create kubernetes-web-view-exposed.yaml

patch-1
Arman 2022-10-25 14:48:00 -07:00 committed by GitHub
parent 2bc756b7e1
commit 658e64c886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: kubernetes-web-view-exposed
info:
name: Kubernetes Web View
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"Kubernetes Web View"
tags: misconfig,kubernetes
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