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
| Option | Type | Description | Default |
|---|---|---|---|
| port | integer | TCP port number for the VNC service | 5900 |
| version | string | RFB 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)
