Port 23 โ Telnet
TCP ยท Port 23/TCP is used for Telnet, a protocol allowing remote access to a device's command-line interface. This service is often used for debugging and testing purposes, but its use can also be exploited by attackers to gain unauthorized access to systems.
- Port Number
- 23
- Service Name
- Telnet
- Protocol
- TCP
- Common Software
- telnetd, BusyBox telnet
Security Notes
Telnet is completely insecure. All data including credentials is sent in cleartext. Disable it and use SSH.
FAQ
Port 23 is used for Telnet. Port 23/TCP is used for Telnet, a protocol allowing remote access to a device's command-line interface. This service is often used for debugging and testing purposes, but its use can also be exploited by attackers to gain unauthorized access to systems. Common software: telnetd, BusyBox telnet.
Telnet is completely insecure. All data including credentials is sent in cleartext. Disable it and use SSH.
Use nmap: nmap -p 23 <target> or check locally: ss -tlnp | rg 23