nuclei-templates/network/detection/rsyncd-service-detect.yaml

32 lines
691 B
YAML
Raw Normal View History

id: rsyncd-service-detect
2021-06-30 16:31:12 +00:00
info:
name: rsyncd Service Detection
2021-06-30 16:31:12 +00:00
author: vsh00t,geeknik
severity: info
2022-08-16 16:16:02 +00:00
description: |
Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon.
reference:
- https://linux.die.net/man/1/rsync
2021-06-30 16:31:12 +00:00
tags: network,rsyncd
network:
- inputs:
- data: "?\r\n"
host:
- "{{Hostname}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}:873"
2021-06-30 16:31:12 +00:00
matchers:
- type: word
words:
- "RSYNCD: "
- "ERROR: protocol startup error"
condition: and
extractors:
- type: regex
regex:
- 'RSYNCD: \d\d.\d'