How to Udp Telnet with Netcat
The standard telnet utilities that are present in linux or windows can connect to services running on TCP ports. They do not support udp ports. However the utility netcat can be used to connect and work with udp ports in the same way as the telnet command. The telnet command can connect to a host… Read More »