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

29 lines
565 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
severity: info
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-02-24 15:59:48 +00:00
shodan-query: "http.favicon.hash:-379154636"
2023-02-25 08:33:13 +00:00
tags: k8s,kubernetes,kubeview,dashboard,exposure
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