Andrew Lewman commited on 2010-08-17 21:19:57
Zeige 1 geänderte Dateien mit 69 Einfügungen und 2 Löschungen.
... | ... |
@@ -9,8 +9,69 @@ |
9 | 9 |
<h1>Download Tor</h1> |
10 | 10 |
<!-- BEGIN WARNING --> |
11 | 11 |
<div class="warning"> |
12 |
- <p>Tor does not magically encrypt all of your Internet activities. Understand what Tor does and does not do for you. |
|
13 |
- <br /><a href="<page download/warning>">Read more »</a></p> |
|
12 |
+ <h2>Want Tor to really work?</h2> |
|
13 |
+<p></p>...then please don't just install it and go on. You need to change some of your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all you need to maintain your anonymity. There are several major pitfalls to watch out for: |
|
14 |
+</p> |
|
15 |
+ |
|
16 |
+<ol> |
|
17 |
+<li> |
|
18 |
+Tor only protects Internet applications that are configured to |
|
19 |
+send their traffic through Tor — it doesn't magically anonymize |
|
20 |
+all your traffic just because you install it. We recommend you |
|
21 |
+use <a href="http://www.mozilla.com/en-US/firefox/all-older.html">Firefox</a> with the <a |
|
22 |
+href="<page torbutton/index>">Torbutton</a> extension. |
|
23 |
+</li> |
|
24 |
+ |
|
25 |
+<li> |
|
26 |
+Torbutton blocks browser plugins such as Java, Flash, ActiveX, RealPlayer, |
|
27 |
+Quicktime, Adobe's PDF plugin, and others: they can be manipulated |
|
28 |
+into revealing your IP address. For example, that means Youtube is |
|
29 |
+disabled. If you really need your Youtube, you can <a href="<page |
|
30 |
+torbutton/faq>#noflash">reconfigure Torbutton</a> to allow it; but |
|
31 |
+be aware that you're opening yourself up to potential attack. Also, |
|
32 |
+extensions like Google toolbar look up more information about the |
|
33 |
+websites you type in: they may bypass Tor and/or broadcast sensitive |
|
34 |
+information. Some people prefer using two browsers (one for Tor, one |
|
35 |
+for unsafe browsing). |
|
36 |
+</li> |
|
37 |
+ |
|
38 |
+<li> |
|
39 |
+Beware of cookies: if you ever browse without Tor and a site gives |
|
40 |
+you a cookie, that cookie could identify you even when you start |
|
41 |
+using Tor again. Torbutton tries to handle your cookies safely. <a |
|
42 |
+href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help |
|
43 |
+protect any cookies you do not want to lose. |
|
44 |
+</li> |
|
45 |
+ |
|
46 |
+<li> |
|
47 |
+Tor anonymizes the origin of your traffic, and it encrypts everything |
|
48 |
+between you and the Tor network and everything inside the Tor network, |
|
49 |
+but <a |
|
50 |
+href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#SoImtotallyanonymousifIuseTor">it |
|
51 |
+can't encrypt your traffic between the Tor network and its final |
|
52 |
+destination.</a> If you are communicating sensitive information, you |
|
53 |
+should use as much care as you would on the normal scary Internet — |
|
54 |
+use HTTPS or other end-to-end encryption and authentication. |
|
55 |
+</li> |
|
56 |
+ |
|
57 |
+<li> |
|
58 |
+While Tor blocks attackers on your local network from discovering |
|
59 |
+or influencing your destination, it opens new risks: malicious or |
|
60 |
+misconfigured Tor exit nodes can send you the wrong page, or even send |
|
61 |
+you embedded Java applets disguised as domains you trust. Be careful |
|
62 |
+opening documents or applications you download through Tor, unless you've |
|
63 |
+verified their integrity. |
|
64 |
+</li> |
|
65 |
+</ol> |
|
66 |
+ |
|
67 |
+<br /> |
|
68 |
+<p> |
|
69 |
+Be smart and learn more. Understand what Tor does and does not offer. |
|
70 |
+This list of pitfalls isn't complete, and we need your |
|
71 |
+help <a href="<page volunteer>#Documentation">identifying and documenting |
|
72 |
+all the issues</a>. |
|
73 |
+</p> |
|
74 |
+ </p> |
|
14 | 75 |
</div> |
15 | 76 |
<!-- END WARNING --> |
16 | 77 |
<table class="topforty"> |
... | ... |
@@ -109,8 +170,14 @@ |
109 | 170 |
</tr> |
110 | 171 |
<tr> |
111 | 172 |
<td>iPhone, iPod Touch, iPad</td> |
173 |
+ <td></td> |
|
112 | 174 |
<td><span class="mac"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></span></td> |
113 | 175 |
<td></td> |
176 |
+ </tr> |
|
177 |
+ <tr> |
|
178 |
+ <td>Nokia Maemo/N900</td> |
|
179 |
+ <td></td> |
|
180 |
+ <td><span class="nokia"><a href="<page docs/N900>">Experimental instructions</a></span></td> |
|
114 | 181 |
<td></td> |
115 | 182 |
</tr> |
116 | 183 |
</table> |
117 | 184 |