description |
---|
Telnet is an insecure-in-nature, remote communications protocol. The insecurity is due to it being implemented without the use of encryption. It was later replaced by SSH. |
nc -nv <IP> 23
nmap -n -sV -Pn --script "*telnet* and safe" -p 23 <IP>