nuclei-templates/http/misconfiguration/helm-dashboard-exposure.yaml

28 lines
498 B
YAML
Raw Normal View History

2024-04-10 07:06:00 +00:00
id: helm-dashboard-exposure
info:
name: Helm Dashboard - Exposure
author: DhiyaneshDk
severity: medium
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-594722214
tags: helm,exposure,dashboard,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Helm Dashboard</title>"
- type: status
status:
- 200