Roger Dingledine commited on 2006-01-28 08:09:40
Zeige 1 geänderte Dateien mit 0 Einfügungen und 29 Löschungen.
... | ... |
@@ -52,35 +52,6 @@ See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor |
52 | 52 |
wiki</a> for other user-contributed documentation, etc. |
53 | 53 |
</p> |
54 | 54 |
|
55 |
-<hr /> |
|
56 |
-<p> |
|
57 |
-Here's a brief list of programs you might want to use in association |
|
58 |
-with Tor:</p> |
|
59 |
-<p> |
|
60 |
-<a href="http://antinat.sourceforge.net/">Antinat</a>: seems to be a socks client library (and server, but you'd only want the client side) that supports socks4a.<br /> |
|
61 |
-<a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br /> |
|
62 |
-<a href="http://monkey.org/~dugsong/dsocks/">Dsocks</a>: SOCKS client wrapper with enough support to use the built-in OpenSSH or Tor local SOCKS proxy. (BSD)<br /> |
|
63 |
-<a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br /> |
|
64 |
-<a href="http://ksb.sourceforge.net/">Kernel socks bouncer</a>: redirects certain streams into Tor. Doesn't deal with DNS. Linux 2.6 only.<br /> |
|
65 |
-<a href="http://www.privoxy.org/">Privoxy</a>: an http proxy that |
|
66 |
-speaks socks4a. Also does html/cookie scrubbing. (Win32, Linux, BSD, OS X)<br /> |
|
67 |
-<a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br /> |
|
68 |
-<a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br /> |
|
69 |
-<a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32) <br /> |
|
70 |
-<a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>: Mozilla |
|
71 |
-extension to help you manage your proxy settings. (Firefox, Mozilla, Thunderbird)<br /> |
|
72 |
-Tor-resolve: turns hostnames into IPs privately via Tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br /> |
|
73 |
-<a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br /> |
|
74 |
-<a href="http://freehaven.net/~edmanm/torcp/">TorCP</a>: a Tor controller with GUI for Windows. Under development, so check it out! <br /> |
|
75 |
-<a href="http://freehaven.net/~aphex/TorControl/release/">TorControl</a>: a basic Tor controller with GUI. You'll need to set 'ControlPort 9051' in your torrc. <br /> |
|
76 |
-<a href="http://sandos.ath.cx/~badger/tordns.html">TorDNS</a>: a DNS server for Windows that runs on localhost and proxies queries through Tor. <br /> |
|
77 |
-<a href="http://sourceforge.net/projects/transocks/">Transocks</a>: Transparent proxy to redirect traffic through a SOCKS proxy. Uses iptables. (Linux)<br /> |
|
78 |
-<a href="http://transproxy.sourceforge.net/">Transproxy</a>: Transparent proxy for HTTP requests with ipfw, ipnet, ipfwadm, ipchains or iptables . (FreeBSD, Linux).<br /> |
|
79 |
-<a href="http://tsocks.sourceforge.net/">Tsocks</a>: a program that |
|
80 |
-intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b>*</b><br /> |
|
81 |
-</p> |
|
82 |
-Files marked with a <b>*</b> don't deal with <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">DNS leaks</a>. |
|
83 |
- |
|
84 | 55 |
</div><!-- #main --> |
85 | 56 |
|
86 | 57 |
#include <foot.wmi> |
87 | 58 |