(only enough of SOCKS4, SOCKS5 supported to use the built-in OpenSSH or Tor local SOCKS proxy)
sample usage:
copy a file remotely thru a home SSH gateway, using an internal DNS name
> ssh -D 1080 home_gw
> dsocks.sh scp /etc/motd internal_host:/tmp
web surf anonymously thru Tor using Firefox (configured to use the Tor SOCKS proxy), with no DNS leaks (using the included Tor DNS proxy):> tor >/dev/null 2>&1 & > echo "nameserver 127.0.0.1" > /etc/resolv.conf > tor-dns-proxy.py >/dev/null 2>&1 & > firefoxSSH anonymously thru Tor:
> tor >/dev/null 2>&1 & > dsocks-torify.sh ssh example.com
Download
- dsocks-1.7.tar.gz
- svn co http://dsocks.googlecode.com/svn/trunk/ dsocks
Links
Related software:- dpkt - for tor-dns-proxy.py
- OpenSSH
- Tor
- Nylon
- SwitchProxy and User Agent Switcher - extensions for Mozilla/Firefox
<dugsong+dsocks@monkey.org>
from http://monkey.org/~dugsong/dsocks/