nuclei-templates/network/detect-rsyncd.yaml

30 lines
487 B
YAML

id: detect-rsyncd
info:
name: Detect rsyncd
author: vsh00t,geeknik
severity: info
reference:
- https://linux.die.net/man/1/rsync
tags: network,rsyncd
network:
- inputs:
- data: "?\r\n"
host:
- "{{Hostname}}"
- "{{Host}}:873"
matchers:
- type: word
words:
- "RSYNCD: "
- "ERROR: protocol startup error"
condition: and
extractors:
- type: regex
regex:
- 'RSYNCD: \d\d.\d'