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

38 lines
710 B
YAML
Raw Normal View History

id: rsyncd-service-detect
2021-06-30 16:31:12 +00:00
info:
name: Rsyncd Service - Detect
2021-06-30 16:31:12 +00:00
author: vsh00t,geeknik
severity: info
2022-08-16 16:16:02 +00:00
description: |
Rsyncd service was detected.
reference:
- https://linux.die.net/man/1/rsync
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-07-24 18:27:05 +00:00
tags: network,rsyncd,detect
metadata:
max-request: 2
2021-06-30 16:31:12 +00:00
tcp:
2021-06-30 16:31:12 +00:00
- 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'