Skip to content

VNC (5900)

The VNC module emulates a VNC server, allowing you to create honeypots that mimic remote desktop services, and log login attempts.

Configuration

json
"vnc": [
  {
    "port": 5900,
    "version": "RFB_38"
  }
]

Options

OptionTypeDescriptionDefault
portintegerTCP port number for the VNC service5900
versionstringRFB protocol version to use"RFB_38"

The version parameter can be set to emulate different VNC server implementations.

The possible values are:

  • "RFB_33" (RFB 003.003)
  • "RFB_37" (RFB 003.007)
  • "RFB_38" (RFB 003.008)