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

24 lines
500 B
YAML

id: kubernetes-dashboard
info:
name: Kubernetes Dashboard Panel - Detect
author: pdteam
severity: low
description: Kubernetes Dashboard panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,kubernetes,devops
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "Kubernetes Dashboard</title>"
# Enhanced by md on 2022/11/22