redirect client application through the SOCKS
Hello all,
How can I redirect client application through the SOCKS server without any modification to the original application? For example, Paltalk messenger, yahoo messenger when I star a Process for one of these application they would use the specific socks. I try some API without any success.
Any help would be much appreciated.
Re: redirect client application through the SOCKS
I have not quite understood your question. Do you wish to connect make some sort of yahoo messenger?
Re: redirect client application through the SOCKS
Well, what i need is to make an application to use a souks server without any modification to the original application. for example, when login into paltalk, it use souks server not my real ip. in other words i want to make a program that control my internet connections.
Re: redirect client application through the SOCKS
Basically terminate connections, log traffic and stuff like that?
Re: redirect client application through the SOCKS
Re: redirect client application through the SOCKS
It seems to me you want your application to check if someone is attempting to port scan you, terminate specific connections, log traffic and data your computer is receiving. Something like a firewall?
Re: redirect client application through the SOCKS
A SOCKS server is just a hole through the LAN into the WAN - it's legitimate. It's set up by the network admin to allow the hole. I've never written any code to access one, though.
Re: redirect client application through the SOCKS
Well, have you try SocksCap. its Automatically enables Windows-based TCP and UDP networking client applications to traverse a SOCKS firewall. SocksCap intercepts the networking calls from WinSock applications and redirects them through the SOCKS server without modifying the original application, the operating system software or drivers.