Dark Web
Foundations

Surface Web
Google, Youtube, Facebook, Reddit, etc.
Anything accessible through a link.
Covers a total of
4%
of internet.Access tools:
Common public browser (Chrome, Safari, Firefox, Brave)
Deep Web
Private Emails, Dropbox, Public Records, ETC.
Anything you can't directly link to, or has security
Covers a total of
90%
of internet.Access tools:
Common public browser (Chrome, Safari, Firefox, Brave)
Dark Web
Markets, hidden sites, Tor sites
Purposefully hidden , special access to material either legal or illegal.
Covers a total of
6%
of internet.Access tools:
Tor
Tails (Operating System)
Important Concepts
TOR

Tor (The Onion Router) is open-source software that allows you to browse the internet anonymously by routing your web traffic through a global network of volunteer-run servers called nodes or relays.

How TOR works
Pretty Good Privacy (PGP)
PGP, which stands for Pretty Good Privacy, is a security program that uses encryption and digital signatures to protect data communication.
How it works
Each person has two keys:
Public key: you can give this to anyone who wants to send you a secure message.
Private key: you keep this secret; it’s used to unlock the messages sent to you.
When someone sends you a message:
They lock it using your public key.
Only your private key can unlock it and read it.
BITCOIN
Bitcoin is a digital currency that exists only online. You can send and receive it over the internet without using a bank.
VPN and TOR
VPN → Tor
Hide Tor usage from ISP
ISP cannot detect Tor; VPN hides your IP from Tor nodes
VPN sees your traffic; slightly slower
Tor → VPN
Hide Tor exit traffic from websites
Websites see VPN IP, protects against malicious exit nodes
Very slow; complex setup
Security Measures
Security Levels
Increasing the Security Level in the Tor Browser Security settings will disable or partially disable certain browser features to protect against possible attacks.
Standard
Default level, all features enabled
All Tor Browser and website features work normally
Safer
Disables some risky website features
- JavaScript disabled on non-HTTPS sites - Some fonts and math symbols disabled - Audio & Video (HTML5) click-to-play
Safest
Only allows features required for static/basic sites
- JavaScript disabled on all sites - Some fonts, icons, math symbols, and images disabled - Audio & Video (HTML5) click-to-play
Bridges
obfs4
Makes Tor traffic look like random data
Fastest for general use; works in moderately censored networks
Might not work in highly censored countries; requires bridges
Snowflake
Routes connection through temporary volunteer proxies, making traffic look like normal web/video traffic
Very effective in heavily censored networks; dynamically uses available proxies
Slower than obfs4; depends on volunteer proxies availability
meek-azure
Makes Tor traffic look like it’s connecting to a Microsoft website (Azure)
Works in very strict and heavily censored regions
Very slow; higher latency due to proxy routing
Checklist
Installation TOR
sudo apt update && sudo apt upgrade -y
sudo apt install tor torbrowser-launcher -y
sudo systemctl start tor
sudo systemctl enable tor # Optional: start Tor on boot
sudo systemctl status tor
torbrowser-launcher
IOS: https://apps.apple.com/us/app/onion-browser/id519296448
Android: https://play.google.com/store/apps/details?id=org.torproject.torbrowser
Windows: https://www.torproject.org/download/
Email Provides
Anonymous Phone Number
Permanent solution
Buy prepaid SIM card in cash without ID.
Consider VoIP services accepting cryptocurrency.
Fake Identity
Secure Encrypted Messaging
Briar Decentralized, no registration, offline capable.
Signal Strong end-to-end encryption, register anonymously.
Matrix (Element) Decentralized messaging accessible via Tor.
Anonymous Package Delivery
Amazon Lockers Public lockers; pseudonyms accepted.
Reship.com Parcel forwarding services with minimal registration.
USPS General Delivery Pick up packages anonymously at post offices.
Anonymous Payments
Privacy.com Anonymous virtual credit cards (U.S. focused).
SideShift.ai Cryptocurrency exchange without registration or KYC.
ChangeNOW.io No KYC crypto exchanges, supports Monero (XMR).
Last updated