Files
nuclei-templates/network/detect-rsyncd.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

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'