mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 00:33:27 +08:00
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
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:922c64590222798bb761d5b6d8e72950 |