Skip to content

Elastic HD Dashboard Exposure

ID: elastic-hd-dashboard

Severity: low

Author: tess

Tags: misconfig,exposure,elastic

Elastic HD Dashboard is exposed.

id: elastic-hd-dashboard
info:
name: Elastic HD Dashboard Exposure
author: tess
severity: low
description: Elastic HD Dashboard is exposed.
metadata:
verified: true
max-request: 1
shodan-query: title:"Elastic HD Dashboard"
tags: misconfig,exposure,elastic
http:
- 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
# digest: 490a0046304402206749da421d5c1fc8fae15981f5f9da53d3d9596623fca9d5a9ce4e218d896119022049a66c77511be6466cbb395acbc0d82b864a7f7d4b24d4bf610a8e498e499eae:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/elastic-hd-dashboard.yaml"

View on Github