Skip to content

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

OptionTypeDescriptionDefault
portintegerTCP port number for the Rsync service873
versionstringVersion string to present to clients"31.0"

Version can be:

  • "31.0"
  • "30.0"