nuclei-templates/network/misconfig/ganglia-xml-grid-monitor.yaml

30 lines
606 B
YAML
Raw Normal View History

2021-04-24 18:09:51 +00:00
id: ganglia-xml-grid-monitor
info:
name: Ganglia XML Grid Monitor
author: geeknik
severity: low
description: Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.
reference:
- http://ganglia.info/
2023-07-24 18:27:05 +00:00
tags: ganglia,network,misconfig
metadata:
max-request: 2
2021-04-24 18:09:51 +00:00
tcp:
2021-04-24 18:09:51 +00:00
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
2023-09-16 19:35:21 +00:00
port: 8649
2021-04-24 18:09:51 +00:00
read-size: 2048
matchers:
- type: word
words:
- "<!DOCTYPE GANGLIA_XML"
- "<!ATTLIST"
- "<!ELEMENT"
condition: and