How to use telnet without the telnet command installed

From Tech-Wiki
Revision as of 01:18, 16 April 2017 by Fabricio.Lima (Talk | contribs)

Jump to: navigation, search


The telnet command in not installed by default anymore. So you can use this command below:

$ cat < /dev/tcp/192.168.0.1/23

Another way

$ nc -v portquiz.net 8080