PDA

View Full Version : redirect all traffic to a socks5 proxy


guymi
03-29-2008, 08:50 AM
hey guys.
i need to redirect all my network traffic to a socks5 proxy.
is there any tool to do it?
in windows we can do it with proxifier - http://www.proxifier.com.
is there a tool in bt that does the same?

ShadowKill
03-29-2008, 10:35 AM
Check https://www.your-freedom.net/

Dunno if that's what you want exactly, but it's an option nonetheless.

guymi
03-29-2008, 01:03 PM
Check https://www.your-freedom.net/

Dunno if that's what you want exactly, but it's an option nonetheless.

nope.
i need to get to the internet through a socks5 proxy - i can't open vpn to the internet or anything else if i can't redirect my traffic to specific socks5 server and therefore this question.

Oligarchy
03-29-2008, 01:13 PM
I have read somewhere in the past that this can be done at the kernel level.
I will research for you and get back to ya.
Hope your own research goes well.
Regards Oligarchy

anubis2k7
04-03-2008, 02:01 AM
proxychains?

http://proxychains.sourceforge.net/

It was on BT2 but not on BT3. Fairly easy to install. It is a command line program that allows you to specify a program that will use a SOCKS5 proxy. So for example, when you run a program from cmd line you use the following method

bt#> <program> <options>

using proxychains, put "proxychains" in front:

bt#> proxychains <program> <options>

you define the socks5 ip and port in the proxychains.cfg file

BTW does anyone know of any good SOCKS5 clients for windows that are free? I've been using SocksCap up until now, but it does not work on images that have anti-virus, which makes me believe it is doing something else. proxifier is only a trial version

theprez98
04-03-2008, 02:09 AM
Install Tor + tsocks, then:
bt ~ # > torify <program> <options>
AFAIK this command line option is not available in Windows.

anubis2k7
04-03-2008, 08:24 PM
Thanks prez. I was not aware that TOR could be used to socksify connections. If anyone is interested, irongeek has a pretty nice tutorial TOR:

http://www.irongeek.com/i.php?page=videos/tor-1

Anyone else have any suggestions on a SOCKS5 client for windows?

Thanks.