Merge pull request #5508 from pussycat0x/master

Unauthenticated kubecost detect
patch-1
Prince Chaddha 2022-10-01 14:07:08 +05:30 committed by GitHub
commit a5edc79cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: unauth-kubecost
info:
name: KubeCost - Unauthenticated Dashboard Exposure
author: pussycat0x
severity: medium
reference: https://www.facebook.com/photo?fbid=470414125129112&set=pcb.470413798462478
metadata:
verified: true
shodan-query: title:kubecost
tags: misconfig,exposure,unauth,kubecost
requests:
- method: GET
path:
- '{{BaseURL}}/overview.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Cluster Overview | Kubecost</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200