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

35 lines
681 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 - Detect
2023-02-24 15:39:31 +00:00
author: ja1sh
2023-03-02 10:27:39 +00:00
severity: low
2023-02-25 08:33:13 +00:00
description: |
KubeView dashboard was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2023/03/07