We are still actively working on the spam issue.

Difference between revisions of "Anonymizing yourself"

From InstallGentoo Wiki
Jump to: navigation, search
Line 35: Line 35:
 
==== Extensions ====
 
==== Extensions ====
 
There are many extensions available for Firefox to make you less trackable.
 
There are many extensions available for Firefox to make you less trackable.
''NoScript'':<br>
+
* [https://addons.mozilla.org/en-US/firefox/addon/noscript NoScript]: Disables all JavaScript by default and explicitly asks you to confirm when it should be run. Not only does it help you become less trackable, but also more secure.
NoScript disables all JavaScript by default and asks you explicitely to confirm when it should be run. Not only does it help you become less trackable, but also more secure.
+
* [https://addons.mozilla.org/en-US/firefox/addon/requestpolicy Request Policy]: Disables all cross-website requests (ex: images, javascript, flash) and forces you to make a whitelist of sites you trust. Also useful for blocking ads.
 
+
* [https://dephormation.org.uk/index.php?page=81 Secret Agent]: Continuously Randomizes your Firefox/SeaMonkey HTTP User Agent and other headers, to suppress device Fingerprinting, and resist web tracking. ''Note: Websites can still discover out your browser details by other means such as querying via flash or javascript!''
''Request Policy'':<br>
+
Read the [[Firefox]] article for a more comprehensive list of addons.
RequestPolicy disables all cross-website requests (ex: images, javascript, flash) and forces you to make a whitelist of sites you trust. Also usefull for blocking ads.
 
 
 
''[https://dephormation.org.uk/index.php?page=81 Secret Agent]'':<br>
 
Continuously Randomizes your Firefox/SeaMonkey HTTP User Agent and other headers, to Suppress Device Fingerprinting, and Resist Web Tracking.<br>
 
:''Note: Websites can still find out your browser by other means such as querying via flash or javascript!''
 
Read the [[Firefox]] article for more addons.
 
  
 
== Operating Systems ==
 
== Operating Systems ==

Revision as of 06:36, 29 January 2014

The internet is a cruel and horrible place. You might want to drop out of the matrix and join an anonymous network. A broad approach on how to start evading global data surveillance and improving your overall online privacy can be found here.

Simple guide to setting up and testing Tor
83mAg.jpg
FjFvu.png
GrAnd.png

Anonymous Networks

Tor

Tor sets up a SOCKS proxy to the normal internet, allowing you to send any application’s connection anonymously through the Tor network. Any connections made through Tor will be anonymised but not confidential unless you use end to end encryption in the application, like SSL/TLS for web browsing, or an SSH tunnel. Torrenting is discouraged as it uses up too much bandwidth.

I2P

I2P is end to end encrypted and separate from the normal internet; this means that connections through I2P are confidential and anonymous. No-one can know who you are talking to, or what you are saying to them, because there are no exit nodes. Tor hidden services (.onions) work in a similar way. All internet applications can be forwarded through I2P including ed2k, Gnutella, and torrents. Torrenting is encouraged on the I2P network, although you cannot connect to non-I2P torrent swarms.

Freenet

Freenet is a distributed filesystem, where you can store files ‘in the cloud’ and download them anonymously from the Freenet network. Many of the files are HTML pages which can be viewed as static websites using a browser, and many are standalone files which can be searched and downloaded anonymously. Freenet content is undeletable as there is no way of knowing which node is holding each file.

Browsers

Safe Practices

  • Always use an open-source browser. This ensures it can be freely audited. Remember: Google Chrome is not open-source, Chromium is.
  • Use a search engine that respects your privacy such as DuckDuckGo or StartPage instead of Google or Bing.

Mozilla Firefox

To ensure maximum security while browsing the internet, always turn off third party cookies. Mozilla describes them as: For example, cnn.com might have a Facebook like button on their site. That like button will set a cookie that can be read by Facebook. That would be considered a third-party cookie.

Change your search engine. There’s ways to get around Google’s insane profiling, see: Guide To Search Engines.

Extensions

There are many extensions available for Firefox to make you less trackable.

  • NoScript: Disables all JavaScript by default and explicitly asks you to confirm when it should be run. Not only does it help you become less trackable, but also more secure.
  • Request Policy: Disables all cross-website requests (ex: images, javascript, flash) and forces you to make a whitelist of sites you trust. Also useful for blocking ads.
  • Secret Agent: Continuously Randomizes your Firefox/SeaMonkey HTTP User Agent and other headers, to suppress device Fingerprinting, and resist web tracking. Note: Websites can still discover out your browser details by other means such as querying via flash or javascript!

Read the Firefox article for a more comprehensive list of addons.

Operating Systems

While unfortunately, government organizations around the world have a variety of backdoors into a variety of operating systems, one can still attempt to be anonymous through a variety of methods. Free software alternatives to Windows or Mac OS appear to be more secure than their counterparts, since their code is almost always individually reviewed.

Tails

Tails is an OS specifically created to aim at preserving your privacy and anonymity. It forward all your packets through TOR network and leave no trace on the computer you are using it on. Your files and emails are also encrypted using top of the line cryptographic tools.

Android

By their nature cellphones cannot be completely anonymous, but there are some steps that can be taken to at least limit your footprint.

Android Replacements

Alternative Google Apps

Removing Ads

  • AdAway: Hosts file based ad-blocking. (Requires root)
  • Adblock Plus
  • Lucky Patcher: Patches APKs to remove ads and allows you to disable the ad's activity itself. (Requires root)

Enforcing Permissions

  • XPrivacy
  • App Ops: Available since Android 4.3. Removed in 4.4.2, but still retained in custom ROMs. Allows you to tweak individual permissions on a per-app basis.

Browsers