|
-
May 5th, 2007, 09:25 AM
#1
Thread Starter
New Member
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.
-
May 5th, 2007, 09:03 PM
#2
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?
-
May 5th, 2007, 10:03 PM
#3
Thread Starter
New Member
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.
-
May 5th, 2007, 10:09 PM
#4
Re: redirect client application through the SOCKS
Basically terminate connections, log traffic and stuff like that?
-
May 5th, 2007, 10:12 PM
#5
Thread Starter
New Member
Re: redirect client application through the SOCKS
-
May 5th, 2007, 10:15 PM
#6
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?
-
May 7th, 2007, 05:01 PM
#7
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.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
May 7th, 2007, 05:11 PM
#8
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|