How to redirect an application's connection through a Socks5/SSH/HTTPS tunnel? Any recomendations of
Posted
by Pai Gaudêncio
on Stack Overflow
See other posts from Stack Overflow
or by Pai Gaudêncio
Published on 2010-05-07T01:18:54Z
Indexed on
2010/05/07
1:28 UTC
Read the original article
Hit count: 280
I need to tunnel the connections (mostly TCP) made by an application through Socks5, SSH or HTTPS.
So far, I've found 3 ways to do this: api hooks, winsock lsp and a driver.
I'm looking for advice on the best way to handle this, and any recommendations on SDK's that could abstract this task for me (free/open-source preferred, but commercial ones are welcome as long as the price is not high for a one-man-starting-company to afford).
ps. I'm using .Net (C# and-or C++/CLI)
© Stack Overflow or respective owner