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

34 lines
612 B
YAML
Raw Normal View History

2022-11-11 19:11:39 +00:00
id: elastic-hd-dashboard
info:
2022-11-11 19:34:18 +00:00
name: Elastic HD Dashboard Exposure
2022-11-11 19:11:39 +00:00
author: tess
2022-11-11 19:32:54 +00:00
severity: low
2022-11-11 19:11:39 +00:00
metadata:
verified: true
shodan-query: title:"Elastic HD Dashboard"
tags: misconfig,exposure,elastic
requests:
- method: GET
path:
2022-11-11 19:34:18 +00:00
- "{{BaseURL}}"
2022-11-11 19:11:39 +00:00
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