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...

No comments:

Post a Comment

I appreciate comments. Feel free to write anything you wish. Selected comments and questions will be published.