views:

2343

answers:

1

I don't have direct network access to the linux host I'm debugging PHP/Javascript code on. I SSH to a jump box, then use FoxyProxy to tunnel my firefox requests through my SSH session using SOCKS forwarding.

I want to be able to debug the javascript code in IE, but unfortunately my FoxyProxy setup only works through the FireFox extension. Is there a quick and dirty solution that will allow me to tunnel my web traffic (for certain hosts!) through a proxy?

A: 

For SOCKS forwarding and IE, use FreeCap. Enables pretty much any application to use a SOCKS proxy, is free (as in beer) and reliable (even allows proxy chaining).

Piskvor
FoxyProxy will automatically route traffic through different proxies for you based on wildcard patterns and whitelist/blacklist rules. Does FreeCap have anything similar? (I think that's what the question was)
pix0r