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...
Related Posts :
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
I appreciate comments. And I do read them all. Actually, they don't appear here before I read and approved them.