Yeah, if you're allowed to run putty (or better yet, can run linux at work), and have a linux box at home you can proxy through your home box.
linux command line:
ssh -ND 8080 user@your.host.com
Then setup browser to use localhost:8080 for a proxy.
It should be noted that DNS may not go through the proxy, I know you have to change a config option on firefox for that.
Test it before trying it at work, browsing isn't worth losing a nice job over... if it's a nice job that is.
odin wrote:
Tunnel to a.org via ssh?