Filled in the blanks in the list of programs.
Thomas Sjögren

Thomas Sjögren commited on 2005-03-12 01:50:59
Zeige 1 geänderte Dateien mit 23 Einfügungen und 19 Löschungen.

... ...
@@ -78,25 +78,6 @@ is where a lot of the discussion happens. There's also a list for <a
78 78
 href="http://archives.seul.org/or/cvs/">cvs commits</a>.
79 79
 </p>
80 80
 
81
-<p>Here's a brief list of programs you might want to use in association
82
-with Tor:</p>
83
-<ul>
84
-<li><a href="http://www.privoxy.org/">privoxy</a>: an http proxy that
85
-speaks socks4a. (Win32, Linux, BSD, OS X)</li>
86
-<li><a href="http://jgillick.nettripper.com/switchproxy/">switchproxy</a>: </li>
87
-<li>tor-resolve (in the Tor package): </li>
88
-<li><a href="http://tsocks.sourceforge.net/">tsocks</a>: a program that
89
-intercepts connect() system calls and redirects them through Tor. Doesn't
90
-deal with <a href="http://tor.eff.org/cvs/tor/doc/CLIENTS">DNS leaks</a>,
91
-so you might want to use it together with tor-resolve. (Linux, BSD)</li>
92
-<li><a href="http://www.dest-unreach.org/socat/">socat</a>: </li>
93
-<li><a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">connect</a>: </li>
94
-<li><a href="http://proxychains.sourceforge.net/">proxychains</a>: </li>
95
-<li><a href="http://www.freecap.ru/eng/">freecap</a>:    </li>
96
-<li><a href="http://www.freehaven.net/~aphex/torcap.zip">torcap</a>:    </li>
97
-<li><a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">sockscap</a>:   </li>
98
-<li><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.</li>
99
-</ul>
100 81
 
101 82
 <p>
102 83
 <a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
... ...
@@ -109,6 +90,29 @@ See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
109 90
 wiki</a> for other user-contributed documentation, etc.
110 91
 </p>
111 92
 
93
+<hr />
94
+<p>
95
+Here's a brief list of programs you might want to use in association
96
+with Tor:</p>
97
+<p>
98
+<a href="http://www.privoxy.org/">Privoxy</a>: an http proxy that
99
+speaks socks4a. Also does html/cookie scrubbing. (Win32, Linux, BSD, OS X)<br />
100
+<a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>: Mozilla 
101
+extension to help you manage your proxy settings. (Firefox, Mozilla, Thunderbird)<br />
102
+Tor-resolve:  turns hostnames into IPs privately via tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <b>*</b><br />
103
+<a href="http://tsocks.sourceforge.net/">Tsocks</a>: a program that
104
+intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b>*</b><br /> 
105
+<a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br /> 
106
+<a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
107
+<a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
108
+<a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
109
+<a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
110
+<a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
111
+<a href="http://freehaven.net/~aphex/TorControl/release/">TorControl</a>: a basic 
112
+Tor controller with GUI. You'll need to set 'ControlPort 9051' in your torrc.
113
+</p>
114
+Files marked with a <b>*</b> doesn't deal with <a href="http://tor.eff.org/cvs/tor/doc/CLIENTS">DNS leaks</a>,
115
+
112 116
   </div><!-- #main -->
113 117
 </div>
114 118
   <div class="bottom" id="bottom">
115 119