Elastic HD Dashboard Exposure
ID: elastic-hd-dashboard
Severity: low
Author: tess
Tags: misconfig,exposure,elastic
Description
Section titled “Description”Elastic HD Dashboard is exposed.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/elastic-hd-dashboard.yaml"