nuclei-templates/misconfiguration/unauth-kubecost.yaml

31 lines
685 B
YAML
Raw Normal View History

id: unauth-kubecost
2022-09-29 16:55:00 +00:00
info:
2022-10-01 08:34:08 +00:00
name: KubeCost - Unauthenticated Dashboard Exposure
2022-09-29 16:55:00 +00:00
author: pussycat0x
severity: medium
2022-09-29 17:41:37 +00:00
reference: https://www.facebook.com/photo?fbid=470414125129112&set=pcb.470413798462478
2022-09-29 16:55:00 +00:00
metadata:
verified: true
shodan-query: title:kubecost
tags: misconfig,exposure,unauth,kubecost
2022-09-29 16:55:00 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/overview.html'
2022-09-29 16:55:00 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>Cluster Overview | Kubecost</title>'
- type: word
part: header
words:
- text/html
2022-09-29 16:55:00 +00:00
- type: status
status:
2022-09-29 16:56:46 +00:00
- 200