Rsync (873)
The Rsync module emulates an Rsync server, allowing you to create honeypots that mimic file synchronization services, and log login attempts.
Configuration
json
"rsync": [
{
"port": 8873,
"version": "31.0"
}
]Options
| Option | Type | Description | Default |
|---|---|---|---|
| port | integer | TCP port number for the Rsync service | 873 |
| version | string | Version string to present to clients | "31.0" |
Version can be:
- "31.0"
- "30.0"
