Difference between revisions of "How to use telnet without the telnet command installed"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Linux The telnet command in not installed by default anymore. So you can use this command below: $ cat < /dev/tcp/8.8.8.8/21")
 
Line 2: Line 2:
  
 
The telnet command in not installed by default anymore. So you can use this command below:
 
The telnet command in not installed by default anymore. So you can use this command below:
  $ cat < /dev/tcp/8.8.8.8/21
+
  $ cat < /dev/tcp/192.168.0.1/23

Revision as of 17:50, 11 July 2016


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

$ cat < /dev/tcp/192.168.0.1/23