c8f261fed6b9fb5d7e088ea5617ce26d375a4709
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Users</title>
7)   <meta name="Author" content="Roger Dingledine" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11) </head>
12) 
13) <body>
14) 
15) <!-- TITLE BAR & NAVIGATION -->
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

16) 
17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
21)             <a href="index.html">Home</a>
22)           | <a href="howitworks.html">How It Works</a>
23)           | <a href="download.html">Download</a>
24)           | <a href="documentation.html">Docs</a>
25)           | <a class="current">Users</a>
26)           | <a href="faq.html">FAQs</a>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 18 years ago

27)           | <a href="volunteer.html">Volunteer</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)         <td class="banner-right"></td>
33)     </tr>
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

34) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

35) 
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

36) <!-- END TITLE BAR & NAVIGATION -->
37) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

38) <div class="center">
39) 
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

40) <div class="main-column">
41) 
42) <h2>Tor: Users</h2>
43) <hr />
44) 
Thomas Sjögren irc -> IRC. add link to use...

Thomas Sjögren authored 19 years ago

45) <p>We have an IRC discussion channel for users and operators. Go to 
46) <a href="irc://irc.oftc.net/tor">#tor on irc.oftc.net</a>.</p>
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

47) 
48) <p>We have a <a
Roger Dingledine change bugtracker url

Roger Dingledine authored 19 years ago

49) href="http://bugs.noreply.org/tor">bugtracker</a>.
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

50) If you have a bug, especially a crash bug, read our <a
Roger Dingledine update a link to a faq entry

Roger Dingledine authored 18 years ago

51) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ#ServerCrashing">how
Roger Dingledine start calling our faq a faq...

Roger Dingledine authored 19 years ago

52) to report a Tor bug</a> FAQ wiki entry first and then go to the bugtracker
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

53) and tell us as much information about it as you can. (If your bug is
54) with Privoxy, your browser, or some other application, please don't put
55) it in our bugtracker.)
56) </p>
57) 
58) <p>Check out <a
59) href="http://www.noreply.org/tor-running-routers/">weasel's graph of
Roger Dingledine upcase 'tor' on website men...

Roger Dingledine authored 19 years ago

60) the number of Tor servers over time</a>. To learn more details of the
Roger Dingledine link to geoff's script

Roger Dingledine authored 19 years ago

61) current Tor nodes, look at Geoff Goodell's <a
62) href="http://serifos.eecs.harvard.edu:8000/cgi-bin/exit.pl">list
63) of Tor exit nodes by country</a>. You can also <a
64) href="http://belegost.seul.org/">fetch the latest dynamically generated
65) directory directly</a>. (Your Tor client fetches this automatically,
66) so loading it yourself is just for novelty.)
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

67) </p>
68) 
69) <p>
70) <a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
Roger Dingledine address bug #60

Roger Dingledine authored 19 years ago

71) of some hidden services and other things. You need Tor and a proxy like
72) Privoxy to access it.
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

73) </p>
74) 
75) <p>
76) See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
77) wiki</a> for other user-contributed documentation, etc.
78) </p>
79) 
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

80) <hr />
81) <p>
82) Here's a brief list of programs you might want to use in association
83) with Tor:</p>
84) <p>
Roger Dingledine mention antinat on users.html

Roger Dingledine authored 18 years ago

85) <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 />
Thomas Sjögren added dsocks. list now in a...

Thomas Sjögren authored 19 years ago

86) <a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
87) <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 />
88) <a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
Roger Dingledine add link to kernel socks bo...

Roger Dingledine authored 19 years ago

89) <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 />
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

90) <a href="http://www.privoxy.org/">Privoxy</a>: an http proxy that
91) speaks socks4a. Also does html/cookie scrubbing. (Win32, Linux, BSD, OS X)<br />
Thomas Sjögren added dsocks. list now in a...

Thomas Sjögren authored 19 years ago

92) <a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
93) <a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
94) <a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
Roger Dingledine clean up list a bit more

Roger Dingledine authored 19 years ago

95) <a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>: Mozilla
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

96) extension to help you manage your proxy settings. (Firefox, Mozilla, Thunderbird)<br />
Thomas Sjögren added dsocks. list now in a...

Thomas Sjögren authored 19 years ago

97) Tor-resolve:  turns hostnames into IPs privately via Tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br />
98) <a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br />
Roger Dingledine mention a few more compleme...

Roger Dingledine authored 19 years ago

99) <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 />
Thomas Sjögren add transsocks and transpro...

Thomas Sjögren authored 19 years ago

100) <a href="http://sourceforge.net/projects/transocks/">Transocks</a>: Transparent proxy to redirect traffic through a SOCKS proxy. Uses iptables. (Linux)<br />
101) <a href="http://transproxy.sourceforge.net/">Transproxy</a>: Transparent proxy for HTTP requests with ipfw, ipnet, ipfwadm, ipchains or iptables . (FreeBSD, Linux).<br />
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

102) <a href="http://tsocks.sourceforge.net/">Tsocks</a>: a program that
103) intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b>*</b><br /> 
104) </p>
Thomas Sjögren point to Wiki about socks a...

Thomas Sjögren authored 19 years ago

105) Files marked with a <b>*</b> don't deal with <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">DNS leaks</a>,
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

106)