Apache Hertzbeat - Detect
ID: apache-hertzbeat-detect
Severity: info
Author: icarot
Tags: tech,hertzbeat,apache,detect
Description
Section titled “Description”Detects a Apache Hertzbeat web application is in use, that is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
YAML Source
Section titled “YAML Source”id: apache-hertzbeat-detect
info: name: Apache Hertzbeat - Detect author: icarot severity: info description: | Detects a Apache Hertzbeat web application is in use, that is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities. classification: cpe: cpe:2.3:a:apache:hertzbeat:-:*:*:*:*:*:*:* metadata: max-request: 1 vendor: apache product: hertzbeat shodan-query: title:"HertzBeat" tags: tech,hertzbeat,apache,detect
http: - method: GET path: - "{{BaseURL}}/assets/app-data.json"
matchers-condition: and matchers: - type: word words: - '"name": "HertzBeat"' - 'hertzbeat.apache.org' condition: or
- type: status status: - 200# digest: 4a0a0047304502210087137239b186464e20e7ec8cb3ba0bd267ea2e8848b3b4063f2d8f371c63cee30220485f76ee70d66b30a678cdebba9e2af1801b350d81e793a6919227cbf0f3f58a: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/technologies/apache/apache-hertzbeat-detect.yaml"