Delete kubeview-dashboard-detect.yaml
parent
80cd692197
commit
33aa1e5b8d
|
@ -1,23 +0,0 @@
|
|||
id: kubeview-dashboard-detection
|
||||
|
||||
info:
|
||||
name: KubeView Dashboard Exposure
|
||||
author: ja1sh
|
||||
severity: info
|
||||
description: An attacker can detect the public instance of a KubeView dashboard
|
||||
tags: dashboard,k8s,dashboard,exposure
|
||||
metadata:
|
||||
shodan-query: "http.favicon.hash:-379154636"
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- <title>KubeView</title>
|
||||
|
Loading…
Reference in New Issue