Skip to main content

Use the following to create a temporary tcp proxy using only netcat:

nc -l <source port> --sh-exec "nc localhost <dest port>"
Category