nuclei-templates/exposed-panels/kubeview-dashboard.yaml

29 lines
562 B
YAML
Raw Normal View History

2023-02-25 08:33:13 +00:00
id: kubeview-dashboard
2023-02-24 15:39:31 +00:00
info:
name: KubeView Dashboard Exposure
author: ja1sh
2023-03-02 10:27:39 +00:00
severity: low
2023-02-25 08:33:13 +00:00
description: |
An attacker can detect the public instance of a KubeView dashboard
2023-02-24 15:59:48 +00:00
metadata:
2023-02-25 08:33:13 +00:00
verified: "true"
2023-03-02 10:27:39 +00:00
shodan-query: http.favicon.hash:-379154636
tags: exposure,k8s,kubernetes,kubeview,dashboard
2023-02-24 15:39:31 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- <title>KubeView</title>
2023-02-25 08:33:13 +00:00
- type: status
status:
- 200