Tuesday, August 10, 2010
1:19 PM

Bash CLI TCP Access

Have you ever been in the situation that you are on an absolutely minimally equipped system, yet you want to access TCP? Than BASH can be your savior. Simply use /dev/tcp to access a remote server, e.g. cat /dev/tcp/10.0.0.1/1234 and nc -l 1234 > test.tar.bz2 on the other side...

0 comments:

Post a Comment