...
|
...
|
@@ -0,0 +1,476 @@
|
|
1
|
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
2
|
+<html>
|
|
3
|
+<head>
|
|
4
|
+ <title>Download Tor</title>
|
|
5
|
+ <link rel="shortcut icon" type="image/x-icon" href="../images/favicon.ico">
|
|
6
|
+ <link rel="stylesheet" type="text/css" href="../css/master.min.css">
|
|
7
|
+ <!--[if lte IE 8]>
|
|
8
|
+ <link rel="stylesheet" type="text/css" href="../css/ie8-and-down.min.css">
|
|
9
|
+ <![endif]-->
|
|
10
|
+ <!--[if lte IE 7]>
|
|
11
|
+ <link rel="stylesheet" type="text/css" href="../css/ie7-and-down.min.css">
|
|
12
|
+ <![endif]-->
|
|
13
|
+ <!--[if IE 6]>
|
|
14
|
+ <link rel="stylesheet" type="text/css" href="../css/ie6.min.css">
|
|
15
|
+ <![endif]-->
|
|
16
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
17
|
+ <meta name="author" content="The Tor Project, Inc.">
|
|
18
|
+ <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
|
|
19
|
+ <script type="text/javascript" src="../js/jquery.min.js">
|
|
20
|
+ </script>
|
|
21
|
+ <script type="text/javascript" src="../js/jquery.client.min.js">
|
|
22
|
+/* "jQuery Browser And OS Detection Plugin" by Stoimen
|
|
23
|
+ Source: http://www.stoimen.com/blog/2009/07/16/jquery-browser-and-os-detection-plugin/
|
|
24
|
+ License: Public Domain (http://www.stoimen.com/blog/2009/07/16/jquery-browser-and-os-detection-plugin/#comment-12498) */
|
|
25
|
+ </script>
|
|
26
|
+ <script type="text/javascript" src="../js/jquery-migrate-1.0.0.min.js"></script>
|
|
27
|
+ <script type="text/javascript" src="../js/jquery.ba-bbq.min.js">
|
|
28
|
+/* Source: https://raw.github.com/cowboy/jquery-bbq/v1.2.1/jquery.ba-bbq.js */
|
|
29
|
+ </script>
|
|
30
|
+ <script type="text/javascript" src="../js/dlpage01.js">
|
|
31
|
+ </script>
|
|
32
|
+ <script async type="text/javascript" src="../js/jquery.accordion.min.js">
|
|
33
|
+/* Modified version of "Stupid Simple jQuery Accordian Menu" originally developed by Ryan Stemkoski
|
|
34
|
+ Source: http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/
|
|
35
|
+ License: Public Domain (http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/#comment-32882) */
|
|
36
|
+ </script>
|
|
37
|
+</head>
|
|
38
|
+<body class="onload">
|
|
39
|
+ <span class="hidden" id="version-data">
|
|
40
|
+ { "torbrowserbundle" : "7.0.8",
|
|
41
|
+ "torbrowserbundleosx64" : "7.0.9",
|
|
42
|
+ "torbrowserbundlelinux32" : "7.0.9",
|
|
43
|
+ "torbrowserbundlelinux64" : "7.0.9" }
|
|
44
|
+ </span>
|
|
45
|
+<div id="wrap">
|
|
46
|
+ <div id="header">
|
|
47
|
+ <h1 id="logo"><a href="../index.html">Tor</a></h1>
|
|
48
|
+ <div id="nav">
|
|
49
|
+ <ul>
|
|
50
|
+ <li><a href="../index.html">Home</a></li>
|
|
51
|
+<li><a href="../about/overview.html">About Tor</a></li>
|
|
52
|
+<li><a href="../docs/documentation.html">Documentation</a></li>
|
|
53
|
+<li><a href="../press/press.html">Press</a></li>
|
|
54
|
+<li><a href="https://blog.torproject.org/blog/">Blog</a></li>
|
|
55
|
+<li><a href="../about/contact.html">Contact</a></li>
|
|
56
|
+ </ul>
|
|
57
|
+ </div>
|
|
58
|
+ <!-- END NAV -->
|
|
59
|
+ <div id="calltoaction">
|
|
60
|
+ <ul>
|
|
61
|
+ <li class="donate"><a class="active" href="../download/download-easy.html">Download</a></li>
|
|
62
|
+<li class="donate"><a href="../getinvolved/volunteer.html">Get Involved</a></li>
|
|
63
|
+<li class="donate"><a href="../donate/donate-button.html">Donate</a></li>
|
|
64
|
+ </ul>
|
|
65
|
+ </div>
|
|
66
|
+ <!-- END CALLTOACTION -->
|
|
67
|
+ </div>
|
|
68
|
+ <!-- END HEADER -->
|
|
69
|
+<div id="content" class="clearfix">
|
|
70
|
+ <div id="breadcrumbs"><a href="../index.html">Home » </a><a href="../download/download.html.es">Download</a></div>
|
|
71
|
+ <div id="maincol-left">
|
|
72
|
+<!-- BEGIN TEASER WARNING -->
|
|
73
|
+ <div class="warning-top">
|
|
74
|
+ <h2>Want Tor to really work?</h2>
|
|
75
|
+ <p>You need to change some of your habits, as some things won't work exactly as
|
|
76
|
+you are used to. Please read the <a href="#warning">full list of warnings</a> for details.
|
|
77
|
+ </p>
|
|
78
|
+ </div>
|
|
79
|
+<!-- END TEASER WARNING -->
|
|
80
|
+<!-- START DOWNLOADS -->
|
|
81
|
+<!-- START WINDOWS -->
|
|
82
|
+ <div id="windows" style="border-top: 0px;" class="accordionButton on">
|
|
83
|
+ <span class="windows24">Microsoft Windows</span>
|
|
84
|
+ </div>
|
|
85
|
+ <div class="accordionContent">
|
|
86
|
+ <div class="fauxhead"></div>
|
|
87
|
+<!-- TOR BROWSER BUNDLE -->
|
|
88
|
+ <div class="package" style="padding-top: 13px; border-top: 0px;">
|
|
89
|
+ <form class="downloads">
|
|
90
|
+ <a class="button win-tbb" href="../dist/torbrowser/7.0.8/torbrowser-install-7.0.8_es-ES.exe"><span class="strong">Download</span><span class="normal">Tor Browser</span></a>
|
|
91
|
+ <select name="language" id="win-tbb" class="lang">
|
|
92
|
+ <option value="en-US" selected="selected">English</option>
|
|
93
|
+ <option value="ar">العربية</option>
|
|
94
|
+ <option value="de">Deutsch</option>
|
|
95
|
+ <option value="es-ES">Español</option>
|
|
96
|
+ <option value="fa">فارسی</option>
|
|
97
|
+ <option value="fr">Français</option>
|
|
98
|
+ <option value="it">Italiano</option>
|
|
99
|
+ <option value="ja">日本語</option>
|
|
100
|
+ <option value="ko">Korean</option>
|
|
101
|
+ <option value="nl">Nederlands</option>
|
|
102
|
+ <option value="pl">Polish</option>
|
|
103
|
+ <option value="pt-BR">Português</option>
|
|
104
|
+ <option value="ru">Русский</option>
|
|
105
|
+ <option value="tr">Türkçe</option>
|
|
106
|
+ <option value="vi">Vietnamese</option>
|
|
107
|
+ <option value="zh-CN">简体字</option>
|
|
108
|
+ </select>
|
|
109
|
+ <div class="sig">
|
|
110
|
+ <a class="lang-alt" href="../projects/torbrowser.html#downloads">Other Languages</a>
|
|
111
|
+ (<a class="win-tbb-sig" href="../dist/torbrowser/7.0.8/torbrowser-install-7.0.8_es-ES.exe.asc">sig</a>) <a class="siginfo" href="../docs/verifying-signatures.html">What's This?</a>
|
|
112
|
+ </div>
|
|
113
|
+ <a class="additional" href="../projects/torbrowser.html#downloads-alpha">Download Unstable</a><br>
|
|
114
|
+<!-- <a class="additional" href="../dist/torbrowser/<version-torbrowserbundlealpha>/tor-browser-<version-torbrowserbundlealpha>_en-US.exe">Download Unstable</a> (<a href="../dist/torbrowser/<version-torbrowserbundlealpha>/tor-browser-<version-torbrowserbundlealpha>_en-US.exe.asc">sig</a>)-->
|
|
115
|
+ </form>
|
|
116
|
+ <h2>Tor Browser</h2>
|
|
117
|
+ <em>Version 7.0.8 (2017-10-25) - Windows 10, 8, 7, Vista, and XP</em>
|
|
118
|
+ <p>Everything you need to safely browse the Internet. <a href="../projects/torbrowser.html">Learn more »</a></p>
|
|
119
|
+ </div>
|
|
120
|
+<!-- EXPERT BUNDLE -->
|
|
121
|
+ <div class="package">
|
|
122
|
+ <div class="downloads">
|
|
123
|
+ <a class="button" href="../dist/torbrowser/7.0.8/tor-win32-0.3.1.7.zip"><span class="strong">Download</span><span class="normal">Expert Bundle</span></a>
|
|
124
|
+ <div class="sig">
|
|
125
|
+ (<a href="../dist/torbrowser/7.0.8/tor-win32-0.3.1.7.zip.asc">sig</a>) <a class="siginfo" href="../docs/verifying-signatures.html">What's This?</a>
|
|
126
|
+ </div>
|
|
127
|
+ </div>
|
|
128
|
+ <h2>Expert Bundle</h2>
|
|
129
|
+ <em>Windows 10, 8, 7, Vista, XP, 2000, 2003 Server, ME, and Windows 98SE</em>
|
|
130
|
+ <p>Contains just Tor and nothing else. You'll need to configure Tor and all of your applications manually. This installer must be run as Administrator.</p>
|
|
131
|
+ </div>
|
|
132
|
+ </div>
|
|
133
|
+<!-- END WINDOWS -->
|
|
134
|
+<!-- START OS X -->
|
|
135
|
+ <div id="apple" class="accordionButton on">
|
|
136
|
+ <span class="mac24">Apple OS X</span></div>
|
|
137
|
+ <div class="accordionContent">
|
|
138
|
+ <div class="fauxhead"></div>
|
|
139
|
+<!-- TOR BROWSER BUNDLE -->
|
|
140
|
+ <div class="package" style="padding-top: 13px; border-top: 0px;">
|
|
141
|
+ <form class="downloads">
|
|
142
|
+ <a class="button osx-tbb" href="../dist/torbrowser/7.0.9/TorBrowser-7.0.9-osx64_es-ES.dmg"><span class="strong">Download</span><span class="normal">Tor Browser</span></a>
|
|
143
|
+ <select name="language" id="osx-tbb" class="lang">
|
|
144
|
+ <option value="en-US" selected="selected">English</option>
|
|
145
|
+ <option value="ar">العربية</option>
|
|
146
|
+ <option value="de">Deutsch</option>
|
|
147
|
+ <option value="es-ES">Español</option>
|
|
148
|
+ <option value="fa">فارسی</option>
|
|
149
|
+ <option value="fr">Français</option>
|
|
150
|
+ <option value="it">Italiano</option>
|
|
151
|
+ <option value="ja">日本語</option>
|
|
152
|
+ <option value="ko">Korean</option>
|
|
153
|
+ <option value="nl">Nederlands</option>
|
|
154
|
+ <option value="pl">Polish</option>
|
|
155
|
+ <option value="pt-BR">Português</option>
|
|
156
|
+ <option value="ru">Русский</option>
|
|
157
|
+ <option value="tr">Türkçe</option>
|
|
158
|
+ <option value="vi">Vietnamese</option>
|
|
159
|
+ <option value="zh-CN">简体字</option>
|
|
160
|
+ </select>
|
|
161
|
+ <div class="sig">
|
|
162
|
+ <a class="lang-alt" href="../projects/torbrowser.html#downloads">Other Languages</a>
|
|
163
|
+ (<a class="osx-tbb-sig" href="../dist/torbrowser/7.0.9/TorBrowser-7.0.9-osx64_es-ES.dmg.asc">sig</a>) <a class="siginfo" href="../docs/verifying-signatures.html">What's This?</a>
|
|
164
|
+ </div>
|
|
165
|
+ <a class="additional" href="../projects/torbrowser.html#downloads-alpha">Download Unstable</a><br>
|
|
166
|
+ </form>
|
|
167
|
+ <h2>Tor Browser</h2>
|
|
168
|
+ <em>Version 7.0.9 (2017-11-03)- OS X Intel</em>
|
|
169
|
+ <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="../projects/torbrowser.html">Learn more »</a></p>
|
|
170
|
+ </div>
|
|
171
|
+ </div>
|
|
172
|
+ <!-- END OS X -->
|
|
173
|
+ <!-- START UNIX -->
|
|
174
|
+ <div id="linux" class="accordionButton on">
|
|
175
|
+ <span class="linux24">Linux</span></div>
|
|
176
|
+ <div class="accordionContent">
|
|
177
|
+ <div class="fauxhead"></div>
|
|
178
|
+ <!-- TOR BROWSER BUNDLE -->
|
|
179
|
+ <div class="package" style="padding-top: 13px; border-top: 0px;">
|
|
180
|
+ <form class="downloads">
|
|
181
|
+ <a class="button lin-tbb64" href="../dist/torbrowser/7.0.9/tor-browser-linux64-7.0.9_es-ES.tar.xz"><span class="strong">Download</span><span class="normal">Tor Browser (64-Bit)</span></a>
|
|
182
|
+ <select name="language" id="lin-tbb64" class="lang">
|
|
183
|
+ <option value="en-US" selected="selected">English</option>
|
|
184
|
+ <option value="ar">العربية</option>
|
|
185
|
+ <option value="de">Deutsch</option>
|
|
186
|
+ <option value="es-ES">Español</option>
|
|
187
|
+ <option value="fa">فارسی</option>
|
|
188
|
+ <option value="fr">Français</option>
|
|
189
|
+ <option value="it">Italiano</option>
|
|
190
|
+ <option value="ja">日本語</option>
|
|
191
|
+ <option value="ko">Korean</option>
|
|
192
|
+ <option value="nl">Nederlands</option>
|
|
193
|
+ <option value="pl">Polish</option>
|
|
194
|
+ <option value="pt-BR">Português</option>
|
|
195
|
+ <option value="ru">Русский</option>
|
|
196
|
+ <option value="tr">Türkçe</option>
|
|
197
|
+ <option value="vi">Vietnamese</option>
|
|
198
|
+ <option value="zh-CN">简体字</option>
|
|
199
|
+ </select>
|
|
200
|
+ <div class="sig">
|
|
201
|
+ <a class="lang-alt" href="../projects/torbrowser.html#downloads">Other Languages</a>
|
|
202
|
+ (<a class="lin-tbb64-sig" href="../dist/torbrowser/7.0.9/tor-browser-linux64-7.0.9_es-ES.tar.xz.asc">sig</a>) <a class="siginfo" href="../docs/verifying-signatures.html">What's This?</a>
|
|
203
|
+ </div>
|
|
204
|
+ <a class="additional" href="../projects/torbrowser.html#downloads-alpha">Download Unstable</a><br>
|
|
205
|
+<!-- <a class="additional" href="../dist/torbrowser/<version-torbrowserbundlelinux64alpha>/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz">Download Unstable</a> (<a href="../dist/torbrowser/<version-torbrowserbundlelinux64alpha>/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz.asc">sig</a>)-->
|
|
206
|
+ <a class="button lin-tbb32" href="../dist/torbrowser/7.0.9/tor-browser-linux32-7.0.9_es-ES.tar.xz"><span class="strong">Download</span><span class="normal">Tor Browser (32-Bit)</span></a>
|
|
207
|
+ <select name="language" id="lin-tbb32" class="lang">
|
|
208
|
+ <option value="en-US" selected="selected">English</option>
|
|
209
|
+ <option value="ar">العربية</option>
|
|
210
|
+ <option value="de">Deutsch</option>
|
|
211
|
+ <option value="es-ES">Español</option>
|
|
212
|
+ <option value="fa">فارسی</option>
|
|
213
|
+ <option value="fr">Français</option>
|
|
214
|
+ <option value="it">Italiano</option>
|
|
215
|
+ <option value="ja">日本語</option>
|
|
216
|
+ <option value="ko">Korean</option>
|
|
217
|
+ <option value="nl">Nederlands</option>
|
|
218
|
+ <option value="pl">Polish</option>
|
|
219
|
+ <option value="pt-BR">Português</option>
|
|
220
|
+ <option value="ru">Русский</option>
|
|
221
|
+ <option value="tr">Türkçe</option>
|
|
222
|
+ <option value="vi">Vietnamese</option>
|
|
223
|
+ <option value="zh-CN">简体字</option>
|
|
224
|
+ </select>
|
|
225
|
+ <div class="sig">
|
|
226
|
+ <a class="lang-alt" href="../projects/torbrowser.html#downloads">Other Languages</a>
|
|
227
|
+ (<a class="lin-tbb32-sig" href="../dist/torbrowser/7.0.9/tor-browser-linux32-7.0.9_es-ES.tar.xz.asc">sig</a>) <a class="siginfo" href="../docs/verifying-signatures.html">What's This?</a>
|
|
228
|
+ </div>
|
|
229
|
+<!-- <a class="additional" href="../dist/torbrowser/<version-torbrowserbundlelinux32alpha>/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz">Download Unstable</a> (<a href="../dist/torbrowser/<version-torbrowserbundlelinux32alpha>/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz.asc">sig</a>)<p>-->
|
|
230
|
+ </form>
|
|
231
|
+ <h2>Tor Browser</h2>
|
|
232
|
+ <em>Version 7.0.9 (2017-11-03) - Linux, BSD, and Unix</em>
|
|
233
|
+ <p>Everything you need to safely browse the Internet. This
|
|
234
|
+package requires no installation. Just extract it and run. <a
|
|
235
|
+href="../projects/torbrowser.html">Learn more »</a></p>
|
|
236
|
+<!-- repo packages -->
|
|
237
|
+ <div class="package" style="border-bottom: 0px;">
|
|
238
|
+ <div class="downloads">
|
|
239
|
+ <a class="additional" style="font-weight: bold;"
|
|
240
|
+href="../download/download-unix.html">Tor repositories.</a>
|
|
241
|
+ </div>
|
|
242
|
+ <h2>Tor (standalone)</h2>
|
|
243
|
+ <p>Install the Tor components yourself, run a relay, create
|
|
244
|
+custom configurations. All an apt-get or yum install away.</p>
|
|
245
|
+ </div>
|
|
246
|
+ </div>
|
|
247
|
+ </div>
|
|
248
|
+<!-- END UNIX -->
|
|
249
|
+<!-- START SMARTPHONES -->
|
|
250
|
+ <div id="smartphone" class="accordionButton on">
|
|
251
|
+ <span class="smartphone24">Tor for Smartphones</span></div>
|
|
252
|
+ <div class="accordionContent">
|
|
253
|
+ <div class="fauxhead"></div>
|
|
254
|
+<!-- ANDROID -->
|
|
255
|
+ <div class="package" style="padding-top: 13px; border-top: 0px;">
|
|
256
|
+ <div class="downloads">
|
|
257
|
+ <a class="additional" href="../docs/android.html">Installation Instructions</a>
|
|
258
|
+ </div>
|
|
259
|
+ <h2>Android Bundle</h2>
|
|
260
|
+ <p>Our software is available for Android-based phones, tablets, and computers from the <a href="https://guardianproject.info/">Guardian Project</a> in their <a href="https://guardianproject.info/2012/03/15/our-new-f-droid-app-repository/">F-Droid Repository</a> or the <a href="https://play.google.com/store/apps/details?id=org.torproject.android">Google Play Store</a>.</p>
|
|
261
|
+ </div>
|
|
262
|
+ </div>
|
|
263
|
+<!-- END SMARTPHONES -->
|
|
264
|
+<!-- BEGIN SOURCE -->
|
|
265
|
+ <div class="accordionButton on">
|
|
266
|
+ <span class="sourcecode24">Source Code</span></div>
|
|
267
|
+ <div class="accordionContent">
|
|
268
|
+ <div class="fauxhead"></div>
|
|
269
|
+ <div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
|
|
270
|
+ <div class="downloads">
|
|
271
|
+ <a class="button" href="../dist/tor-0.3.1.8.tar.gz"><span class="strong">Download</span><span class="normal">Source Code</span></a>
|
|
272
|
+ <div class="sig">
|
|
273
|
+ (<a href="../dist/tor-0.3.1.8.tar.gz.asc">sig</a>) <a class="siginfo" href="../docs/verifying-signatures.html">What's This?</a>
|
|
274
|
+ </div>
|
|
275
|
+ <a class="button" href="../dist/tor-0.3.2.3-alpha.tar.gz"><span class="strong">Download</span><span class="normal">Source Code (Unstable)</span></a>
|
|
276
|
+ <div class="sig">
|
|
277
|
+ (<a href="../dist/tor-0.3.2.3-alpha.tar.gz.asc">sig</a>) <a class="siginfo" href="../docs/verifying-signatures.html">What's This?</a>
|
|
278
|
+ </div>
|
|
279
|
+ </div>
|
|
280
|
+ <h2>Source Tarball</h2>
|
|
281
|
+ <p> Configure with: <code style="color: #666666;">./configure && make && src/or/tor</code></p>
|
|
282
|
+ <p>The current stable version of Tor is 0.3.1.8. Its <a href="https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=tor-0.3.1.8">release notes</a> are available.</p>
|
|
283
|
+ <p>The current unstable/alpha version of Tor is 0.3.2.3-alpha. Its <a href="https://gitweb.torproject.org/tor.git/plain/ChangeLog">Changelog</a> is available.</p>
|
|
284
|
+ </div>
|
|
285
|
+ </div>
|
|
286
|
+ <div class="expander"><a href="javascript:void(0)" class="switch">Expand All</a></div>
|
|
287
|
+<!-- END SOURCE -->
|
|
288
|
+<!-- END DOWNLOADS -->
|
|
289
|
+<br>
|
|
290
|
+<!-- BEGIN WARNING -->
|
|
291
|
+<div class="warning">
|
|
292
|
+<a name="warning"></a>
|
|
293
|
+<a name="Warning"></a>
|
|
294
|
+<h2><a class="anchor" href="#warning">Want Tor to really work?</a></h2>
|
|
295
|
+ <p>You need to change some of your habits, as some things won't work exactly as
|
|
296
|
+you are used to.</p>
|
|
297
|
+<ol>
|
|
298
|
+<li><b>Use Tor Browser</b>
|
|
299
|
+<p>
|
|
300
|
+Tor does not protect all of your computer's Internet traffic when you
|
|
301
|
+run it. Tor only protects your applications that are properly configured to
|
|
302
|
+send their Internet traffic through Tor. To avoid problems with Tor
|
|
303
|
+configuration, we strongly recommend you use the
|
|
304
|
+<a href="../projects/torbrowser.html">Tor Browser</a>. It is pre-configured to protect
|
|
305
|
+your privacy and anonymity on the web as long as you're browsing with Tor
|
|
306
|
+Browser itself. Almost any other web browser configuration is likely to be
|
|
307
|
+unsafe to use with Tor.
|
|
308
|
+</p>
|
|
309
|
+</li>
|
|
310
|
+<li><b>Don't torrent over Tor</b>
|
|
311
|
+<p>
|
|
312
|
+Torrent file-sharing applications have been observed to ignore proxy
|
|
313
|
+settings and make direct connections even when they are told to use Tor.
|
|
314
|
+Even if your torrent application connects only through Tor, you will
|
|
315
|
+often send out your real IP address in the tracker GET request,
|
|
316
|
+because that's how torrents work. Not only do you <a
|
|
317
|
+href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">
|
|
318
|
+deanonymize your torrent traffic and your other simultaneous Tor web
|
|
319
|
+traffic</a> this way, you also slow down the entire Tor network for everyone else.
|
|
320
|
+</p>
|
|
321
|
+</li>
|
|
322
|
+<li><b>Don't enable or install browser plugins</b>
|
|
323
|
+<p>
|
|
324
|
+Tor Browser will block browser plugins such as Flash, RealPlayer,
|
|
325
|
+Quicktime, and others: they can be manipulated into revealing your IP address.
|
|
326
|
+Similarly, we do not recommend installing additional addons or plugins into
|
|
327
|
+Tor Browser, as these may bypass Tor or otherwise harm your anonymity and
|
|
328
|
+privacy.
|
|
329
|
+</p>
|
|
330
|
+</li>
|
|
331
|
+<li><b>Use HTTPS versions of websites</b>
|
|
332
|
+<p>
|
|
333
|
+Tor will encrypt your traffic
|
|
334
|
+<a href="../about/overview.html#thesolution">to and
|
|
335
|
+within the Tor network</a>, but the encryption of your traffic to the final
|
|
336
|
+destination website depends upon on that website. To help ensure private
|
|
337
|
+encryption to websites, Tor Browser includes <a
|
|
338
|
+href="https://www.eff.org/https-everywhere">HTTPS Everywhere</a> to force the
|
|
339
|
+use of HTTPS encryption with major websites that support it. However, you
|
|
340
|
+should still watch the browser URL bar to ensure that websites you provide
|
|
341
|
+sensitive information to display a
|
|
342
|
+<a href="https://support.mozilla.com/en-US/kb/Site%20Identity%20Button">blue or
|
|
343
|
+green URL bar button</a>, include <b>https://</b> in the URL, and display the
|
|
344
|
+proper expected name for the website. Also see EFF's interactive page
|
|
345
|
+explaining <a href="https://www.eff.org/pages/tor-and-https">how Tor
|
|
346
|
+and HTTPS relate</a>.
|
|
347
|
+</p>
|
|
348
|
+</li>
|
|
349
|
+<li><b>Don't open documents downloaded through Tor while online</b>
|
|
350
|
+<p>
|
|
351
|
+Tor Browser will warn you before automatically opening documents that are
|
|
352
|
+handled by external applications. <b>DO NOT IGNORE THIS WARNING</b>. You
|
|
353
|
+should be very careful when downloading documents via Tor (especially DOC and
|
|
354
|
+PDF files, unless you use the PDF viewer that's built into Tor Browser) as
|
|
355
|
+these documents can contain Internet resources that will be downloaded outside
|
|
356
|
+of Tor by the application that opens them. This will reveal your non-Tor IP
|
|
357
|
+address. If you must work with DOC and/or PDF files, we strongly recommend
|
|
358
|
+either using a disconnected computer,
|
|
359
|
+downloading the free <a href="https://www.virtualbox.org/">VirtualBox</a> and
|
|
360
|
+using it with a <a href="http://virtualboxes.org/">virtual machine image</a>
|
|
361
|
+with networking disabled, or using <a href="https://tails.boum.org/">Tails</a>.
|
|
362
|
+Under no circumstances is it safe to use
|
|
363
|
+<a href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrent
|
|
364
|
+and Tor</a> together, however.
|
|
365
|
+</p>
|
|
366
|
+</li>
|
|
367
|
+<li><b>Use bridges and/or find company</b>
|
|
368
|
+<p>
|
|
369
|
+Tor tries to prevent attackers from learning what destination websites you
|
|
370
|
+connect to. However, by default, it does not prevent somebody watching your Internet
|
|
371
|
+traffic from learning that you're using Tor. If this matters to you, you can
|
|
372
|
+reduce this risk by configuring Tor to use a <a href="../docs/bridges.html">Tor
|
|
373
|
+bridge relay</a> rather than connecting directly to the public Tor network.
|
|
374
|
+Ultimately the best protection is a social approach: the more Tor
|
|
375
|
+users there are near you and the more
|
|
376
|
+<a href="../about/torusers.html">diverse</a> their interests, the less
|
|
377
|
+dangerous it will be that you are one of them. Convince other people to use
|
|
378
|
+Tor, too!
|
|
379
|
+</p>
|
|
380
|
+</li>
|
|
381
|
+</ol>
|
|
382
|
+<br>
|
|
383
|
+<p>
|
|
384
|
+Be smart and learn more. Understand what Tor does and does not offer.
|
|
385
|
+This list of pitfalls isn't complete, and we need your
|
|
386
|
+help <a href="../getinvolved/volunteer.html#Documentation">identifying and documenting
|
|
387
|
+all the issues</a>.
|
|
388
|
+</p>
|
|
389
|
+</div>
|
|
390
|
+<!-- END WARNING -->
|
|
391
|
+</div>
|
|
392
|
+<!-- END MAINCOL -->
|
|
393
|
+<!-- START SIDECOL -->
|
|
394
|
+<div id="sidecol-right">
|
|
395
|
+<div class="img-shadow sidenav">
|
|
396
|
+<div class="sidenav-sub">
|
|
397
|
+<h2>Jump To:</h2>
|
|
398
|
+<ul>
|
|
399
|
+<li class="dropdown"><a href="../download/download.html.es#windows">Microsoft Windows</a></li>
|
|
400
|
+<li class="dropdown"><a href="../download/download.html.es#apple">Apple OS
|
|
401
|
+X</a></li>
|
|
402
|
+<li class="dropdown"><a href="../download/download.html.es#linux">Linux/Unix</a></li>
|
|
403
|
+<li class="dropdown"><a href="../download/download.html.es#smartphone">Smartphones</a></li>
|
|
404
|
+<li class="dropdown"><a href="../download/download.html.es#source">Source
|
|
405
|
+Code</a></li>
|
|
406
|
+</ul>
|
|
407
|
+</div>
|
|
408
|
+</div>
|
|
409
|
+<!-- START DONATION WIDGET -->
|
|
410
|
+<a href="../donate/donate-download.html"><img src="../images/btn_donateCC_LG.gif" alt="" width="186" height="67"></a>
|
|
411
|
+<!-- END DONATION WIDGET -->
|
|
412
|
+<!-- START INFO -->
|
|
413
|
+<div class="img-shadow">
|
|
414
|
+<div class="sidenav-sub">
|
|
415
|
+<h2>Having Trouble?</h2>
|
|
416
|
+<ul>
|
|
417
|
+<li class="dropdown"><a href="../docs/documentation.html">Read the fine manuals</a></li>
|
|
418
|
+</ul>
|
|
419
|
+</div>
|
|
420
|
+</div>
|
|
421
|
+<!-- END INFO -->
|
|
422
|
+</div>
|
|
423
|
+<!-- END SIDECOL -->
|
|
424
|
+</div>
|
|
425
|
+<!-- END CONTENT -->
|
|
426
|
+ <div id="footer">
|
|
427
|
+ <div class="onion"><img src="../images/onion.jpg" alt="Tor" width="78" height="118"></div>
|
|
428
|
+ <div class="about">
|
|
429
|
+ <p>Trademark, copyright notices, and rules for use by third parties can be found
|
|
430
|
+ <a href="../docs/trademark-faq.html">in our FAQ</a>.</p>
|
|
431
|
+<!--
|
|
432
|
+ Last modified: Wed Nov 8 19:39:50 2017 +0100
|
|
433
|
+ Last compiled: mié nov 08 2017 20:00:36 +0100
|
|
434
|
+-->
|
|
435
|
+ </div>
|
|
436
|
+ <!-- END ABOUT -->
|
|
437
|
+ <div class="col first">
|
|
438
|
+ <h4>About Tor</h4>
|
|
439
|
+ <ul>
|
|
440
|
+ <li><a href="../about/overview.html">What Tor Does</a></li>
|
|
441
|
+ <li><a href="../about/torusers.html">Users of Tor</a></li>
|
|
442
|
+ <li><a href="../about/corepeople.html">Core Tor People</a></li>
|
|
443
|
+ <li><a href="../about/sponsors.html">Sponsors</a></li>
|
|
444
|
+ <li><a href="../about/contact.html">Contact Us</a></li>
|
|
445
|
+ </ul>
|
|
446
|
+ </div>
|
|
447
|
+ <!-- END COL -->
|
|
448
|
+ <div class="col">
|
|
449
|
+ <h4>Get Involved</h4>
|
|
450
|
+ <ul>
|
|
451
|
+ <li><a href="../donate/donate-foot.html">Donate</a></li>
|
|
452
|
+ <li><a href="../docs/documentation.html#MailingLists">Mailing Lists</a></li>
|
|
453
|
+ <li><a href="../docs/hidden-services.html">Hidden Services</a></li>
|
|
454
|
+ <li><a href="../getinvolved/translation.html">Translations</a></li>
|
|
455
|
+ </ul>
|
|
456
|
+ </div>
|
|
457
|
+ <!-- END COL -->
|
|
458
|
+ <div class="col">
|
|
459
|
+ <h4>Documentation</h4>
|
|
460
|
+ <ul>
|
|
461
|
+ <li><a href="../docs/tor-manual.html">Manuals</a></li>
|
|
462
|
+ <li><a href="../docs/documentation.html">Installation Guides</a></li>
|
|
463
|
+ <li><a href="https://trac.torproject.org/projects/tor/wiki/">Tor Wiki</a></li>
|
|
464
|
+ <li><a href="../docs/faq.html">General Tor FAQ</a></li>
|
|
465
|
+ </ul>
|
|
466
|
+ </div>
|
|
467
|
+ <div class="col">
|
|
468
|
+ <a href="https://internetdefenseleague.org/"><img src="../images/InternetDefenseLeague-footer-badge.png" alt="Internet Defense League" width="125" height="125"></a>
|
|
469
|
+ </div>
|
|
470
|
+ <!-- END COL -->
|
|
471
|
+ </div>
|
|
472
|
+ <!-- END FOOTER -->
|
|
473
|
+ </div>
|
|
474
|
+ <!-- END WRAP -->
|
|
475
|
+</body>
|
|
476
|
+</html>
|