RDP (3389)
The RDP module emulates a Remote Desktop Protocol server, allowing you to create honeypots that mimic Windows remote desktop services, and log login attempts.
Configuration
json
"rdp": [
{
"port": 3389
}
]Options
| Option | Type | Description | Default |
|---|---|---|---|
| port | integer | TCP port number for the RDP service | 3389 |
