Bash CLI TCP Access

Diposkan oleh Unknown on Monday, August 9, 2010

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 komentar... read them below or add one }

Post a Comment

Come on share your comment, but please do not spam