Redirecting a port to a remote server on windows
Posted
by
Chris T
on Super User
See other posts from Super User
or by Chris T
Published on 2009-11-27T20:52:42Z
Indexed on
2011/03/06
0:12 UTC
Read the original article
Hit count: 534
I only have command line access to a server and I'm not allowed to disable the antivirus (which blocks netcat). What I would like to do is have a program that listens on port A and when a remote computer connects to it redirect all input/output of that socket to another server on a different port. Basically a small proxy. Is there anything that will let me do this from command line? If not I could try coding something simple that does this with C++
© Super User or respective owner