nuclei-templates/misconfiguration/elastic-hd-dashboard.yaml

34 lines
612 B
YAML

id: elastic-hd-dashboard
info:
name: Elastic HD Dashboard Exposure
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"Elastic HD Dashboard"
tags: misconfig,exposure,elastic
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Elastic HD Dashboard"
- "elasticsearch go Edition head plugin"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200