Telnet (23)
The Telnet module emulates a Telnet server, allowing you to create honeypots that mimic various Telnet-enabled devices, and log login attempts.
Configuration
json
"telnet": [
{
"port": 2323,
"version": "D-Link DSL router"
}
]Options
| Option | Type | Description | Default |
|---|---|---|---|
| port | integer | TCP port number for the Telnet service | 23 |
| version | string | Device/system version to emulate | "D-Link DSL router" |
