All Projects → AnonymousPlanet → Thgtoa

AnonymousPlanet / Thgtoa

Licence: cc-by-4.0
The Hitchhiker’s Guide to Online Anonymity

Projects that are alternatives of or similar to Thgtoa

Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+5184.36%)
Mutual labels:  anticensorship, tor, anonymity
Coyim
coyim - a safe and secure chat client
Stars: ✭ 513 (+57.36%)
Mutual labels:  tor, privacy, anonymity
Privacy.sexy
Open-source tool to enforce privacy & security best-practices on Windows and macOS, because privacy is sexy 🍑🍆
Stars: ✭ 221 (-32.21%)
Mutual labels:  privacy, security-hardening, privacy-protection
Nipe
An engine to make Tor network your default gateway
Stars: ✭ 1,032 (+216.56%)
Mutual labels:  tor, privacy, anonymity
Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+422.09%)
Mutual labels:  tor, privacy, anonymity
Digital Rights
Promote digital rights in China
Stars: ✭ 186 (-42.94%)
Mutual labels:  tor, privacy, anonymity
Go Libtor
Self-contained Tor from Go
Stars: ✭ 368 (+12.88%)
Mutual labels:  tor, privacy, anonymity
Tinytor
A tiny Tor client implementation (in pure python).
Stars: ✭ 80 (-75.46%)
Mutual labels:  tor, privacy, anonymity
Onionr
Private Decentralized Communication Network 🎭 🧅
Stars: ✭ 84 (-74.23%)
Mutual labels:  tor, privacy, anonymity
Magicpad
MagicPad is an encryption suite for beginners. It is designed to be run standalone via the browser or executable (Electron).
Stars: ✭ 174 (-46.63%)
Mutual labels:  tor, privacy, gpg
Orbot
The Github home of Orbot: Tor on Android (Also available on gitlab!)
Stars: ✭ 629 (+92.94%)
Mutual labels:  anticensorship, tor, anonymity
Tor-IP-Addresses
Hourly checked and updated list of IP Addresses of Tor and Tor Exit Nodes
Stars: ✭ 182 (-44.17%)
Mutual labels:  tor, anonymity
tor-ip-changer
request new identity every X seconds interval using TOR client
Stars: ✭ 233 (-28.53%)
Mutual labels:  tor, anonymity
matrix
mirror of https://mypdns.org/my-privacy-dns/matrix as it is obviously no longer safe to do Girhub nor have we no longer any trust in them. See https://mypdns.org/my-privacy-dns/porn-records/-/issues/1347
Stars: ✭ 32 (-90.18%)
Mutual labels:  security-hardening, privacy-protection
alpine-tor-docker
A minimal Docker image with the Tor daemon running in the background.
Stars: ✭ 23 (-92.94%)
Mutual labels:  tor, anonymity
kali-whoami
Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions
Stars: ✭ 1,424 (+336.81%)
Mutual labels:  tor, anonymity
tordam
A library for peer discovery inside the Tor network
Stars: ✭ 13 (-96.01%)
Mutual labels:  tor, anonymity
soxy-driver
A docker networking driver that transparently tunnels docker containers TCP traffic through a proxy
Stars: ✭ 25 (-92.33%)
Mutual labels:  tor, anonymity
dystopia
Anonymity on the Internet by Transparent way.
Stars: ✭ 97 (-70.25%)
Mutual labels:  tor, anonymity
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-98.47%)
Mutual labels:  tor, anonymity

Welcome.

This is a maintained technical guide that aims to provide introduction to various online tracking techniques, online id verification techniques and guidance to creating and maintaining (truly) anonymous online identities including social media accounts safely and legally.

This guide is an open-source non-profit initiative, licensed under Creative Commons Attribution 4.0 International (cc-by-4.0) and is not sponsored/endorsed by any commercial/governmental entity.

The latest version is 0.8.2, See the CHANGELOG at https://anonymousplanet.org/CHANGELOG.html

All PDF files in this guide have been checked by VirusTotal (Note that this guide does not endorse VirusTotal at all and it should be used with extreme caution and never with any sensitive files due to their "privacy policy".)

In addition, you can always double check them using PDFID which you can download at https://blog.didierstevens.com/programs/pdf-tools/

  • Install Python, Download PDFID and run:

python pdfid.py file-to-check.pdf

And you should see these at 0:

/JS                    0 #This indicates the presence of Javascript
/JavaScript            0 #This indicates the presence of Javascript
/AA                    0 #This indicates the presence of automatic action on opening
/OpenAction            0 #This indicates the presence of automatic action on opening
/AcroForm              0 #This indicates the presence of AcroForm which could contain JavaScript
/JBIG2Decode           0 #This indicates the PDF uses JBIG2 compression which could be used for obfuscating malicious content
/RichMedia             0 #This indicates the presence rich media within the PDF such as Flash
/Launch                0 #This counts the launch actions
/EmbeddedFile          0 #This indicates there are embedded files within the PDF
/XFA                   0 #This indicates the presence of XML Forms within the PDF

SHA256 Checksums of all the PDFs are available within https://github.com/AnonymousPlanet/thgtoa/raw/main/sha256sum.txt SHA256 Checksums of the release files are available within the checksum file at https://github.com/AnonymousPlanet/thgtoa/releases/latest

To check the SHA256 Checksums please do the following:

Windows:

  • From a command prompt, run certutil -hashfile filename.txt sha256
  • Compare the result with the hash in the checksum files.

MacOS:

  • From a terminal, run shasum -a 256 /full/path/to/your/file
  • Compare the result with the hash in the checksum files.

Linux:

  • From a terminal, run sha256sum /full/path/to/your/file
  • Compare the result with the hash in the checksum files.

All commits and releases on this repository are signed and verified using the same key. Check for the "Verified" tags.

PDFs, Images and release files are also signed separately using GPG (see the .asc files on the release page and within the repository).

If you don't know how to verify files with GGP signatures, you should first install gpg on your system:

Import the GPG key using the following command from a command prompt or terminal:

gpg --auto-key-locate nodefault,wkd --locate-keys 0xEB16B6AB4AB7BA61F33E2DFD0051E9A589DAB601

If it doesn't work, you can also download/view it directly from here: https://github.com/AnonymousPlanet/thgtoa/raw/main/AnonymousPlanet_0x89DAB601_public.asc

And then import it manually by issuing the following command:

gpg --import AnonymousPlanet_0x89DAB601_public.asc

Finally verify the files by issuing the following commands:

gpg --verify guide.pdf.asc guide.pdf"

gpg --verify guide-p.pdf.asc guide-p.pdf"

gpg --verify guide-dark.pdf.asc guide-dark.pdf"

You can also verify the authenticity of this GPG signature using my Keybase.io profile https://keybase.io/anonymousplanet and the PGP key is also published on http://keys.gnupg.net/, https://pgp.mit.edu/, https://keys.openpgp.org and https://keyserver.ubuntu.com/ using the following PGP fingerprint: 0xEB16B6AB4AB7BA61F33E2DFD0051E9A589DAB601

For safety, an automated mirror of this repository is also located at GitLab here: https://gitlab.com/AnonymousPlanet/thgtoa.

Feel free to submit issues using Github Issues or discuss using Github Discussions.

If you'd like to make a donation to this project, you can do so from https://anonymousplanet.org/donations.html.

Follow me on Twitter https://twitter.com/AnonyPla (cannot guarantee this account will stay up for long tho) and on Mastodon https://social.privacytools.io/@anonypla

Join the discussion on Reddit https://old.reddit.com/r/thgtoa/

Have a good read and feel free to share it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].