From b1a4129353b04a61778a3291d0b300b2f55aecfa Mon Sep 17 00:00:00 2001 From: nihilist Date: Tue, 30 Jul 2024 21:54:11 +0200 Subject: [PATCH] updated --- servers/anon.html | 45 ++++++++++++-------------------- servers/tailsqemuvm/index.html | 2 ++ servers/torbrowsing/index.html | 1 + servers/whonixqemuvms/index.html | 2 ++ 4 files changed, 22 insertions(+), 28 deletions(-) diff --git a/servers/anon.html b/servers/anon.html index 2cf590f..3ddb48a 100644 --- a/servers/anon.html +++ b/servers/anon.html @@ -42,7 +42,7 @@

Tutorials to show how to achieve Privacy, Anonymity and Plausible Deniability online. I have a certain quality standard as to how i do these tutorials, if there are any improvements i can do on them please let me know. -

SHOWCASED ARTICLE: Learn how to audit your own setup, to determine your OPSEC Level, and find out what is the most appropriate internet use for it.

+

SHOWCASED ARTICLE: Learn how to audit your own setup, to determine your Operational Security (OPSEC) Level, and find out what is the most appropriate internet use for it.


Articles Status:

    @@ -162,25 +162,15 @@
  1. 🟠 Phone Numbers are incompatible with Anonymity

-

💻 Clientside - Web Browser for Anonymity (⚠️ Check if your ISP allows Tor or Not!)

+

💻 Clientside - Getting Started (⚠️ Check if your ISP allows Tor or Not!)

    -
  1. ✅ If your ISP allows Anonymity (You -> Tor -> Websites)
  2. -
  3. ❌ If your ISP Does not allow Anonymity (You -> VPN -> Tor -> Websites)
  4. -
  5. ❌ If websites don't allow Anonymity (You -> Tor -> VPNs -> Websites)
  6. -
  7. ❌ If Tor and VPNs are illegal in your country ⚠️ (You -> Tor Bridge -> Tor -> Websites)
  8. -
    +
  9. 🟠 Tor Web Browser setup
  10. +
  11. 🟠 Tails OS QEMU VM for Temporary Anonymity
  12. +
  13. 🟠 VMs for Long-term Anonymity (Whonix QEMU VMs)

-

💻 Clientside - VMs for Anonymity (⚠️ Check if your ISP allows Tor or Not!)

-
    -
  1. ✅ Tails OS QEMU VM for Temporary Anonymity
  2. -
  3. ✅ VMs for Long-term Anonymity (Whonix QEMU VMs)
  4. -
  5. ❌ Routing QEMU VMs through VPNs (You -> VPN -> Tor -> Websites)
  6. -
  7. ❌ Routing VPNs through Whonix / Tails QEMU VMs (You -> Tor -> VPN -> Websites)
  8. -
  9. ❌ Using Tor Bridges with Whonix / Tails QEMU VMs (You -> Tor Bridges -> Tor -> Websites)
  10. - -

-

💻 Clientside - Decentralized Finances ⭐

+ +

💻 Clientside - Decentralized Finances ⭐

  1. ✅ Why Financial decentralisation ? (Cryptocurrencies, Exchanges and KYC) ⭐
  2. ✅ How to acquire and use Monero
  3. @@ -192,22 +182,20 @@
  4. ❌ Monero Inheritence Management

-
+

💻 Clientside - Making use of Anonymity (Non-KYC Providers)

  1. ❌ How to get a mail account anonymously (Mails as a service)
  2. -
  3. ✅ How to rent remote servers anonymously (Cloud resellers) ⭐
  4. -
  5. ❌ How to rent remote domains anonymously (Registrar resellers) ⭐
  6. ❌ How to get a phone number anonymously (Remote SMSes as a service)
  7. ❌ How to get a credit card anonymously (Credit cards as a service)
  8. ❌ How to get a residential proxies anonymously

-

🧅 Serverside - Decentralisation in the service of Anonymity

+

🧅 Serverside - Contributing to Anonymity

  1. ✅ Tor Bridge Node
  2. ✅ Tor Node
  3. @@ -217,20 +205,21 @@
  4. ❌ Haveno Seed Node

-

🧅 Serverside - Anonymity on Remote Servers (⚠️ Remote Hosting = Safer!)

+

🧅 Serverside - Anonymity (⚠️ Remote Hosting = Safer!)

  1. 🟠 Hosting a .onion website when the ISP allows anonymity (with custom .onion Vanity V3 address) (server -> tor)
  2. ❌ Hosting a .onion website when the ISP doesnt allow anonymity (server -> vpn -> tor)


-

🧅 Serverside - Clearnet Services (⚠️ Remote Hosting = Safer!)

+

🧅 Serverside - Anonymous Clearnet Services (⚠️ Remote Hosting = Safer!)

    - -
  1. ✅ Clearnet Bind9 DNS server setup (with DNSSEC)
  2. -
  3. ✅ Clearnet Matrix server
  4. -
  5. 🟠 XMPP server (Gajim, OMEO encryption, ejabberd .onion setup)
  6. +
  7. ✅ How to rent remote servers anonymously (Cloud resellers) ⭐
  8. ✅ Remote anonymous access setup (cockpit + ssh through tor)
  9. -
  10. ✅ Anonymous self-hosted clearnet Mail Server ⭐
  11. +
  12. ❌ How to rent remote domains anonymously (Registrar resellers) ⭐
  13. +
  14. ✅ Clearnet Bind9 DNS server setup (with DNSSEC)
  15. +
  16. ✅ Clearnet Matrix server (federated clearnet chatting)
  17. +
  18. ✅ Anonymous (remote or self-hosted) clearnet Mail Server ⭐
  19. +
  20. 🟠 XMPP server (Gajim, OMEO encryption, ejabberd .onion setup)


diff --git a/servers/tailsqemuvm/index.html b/servers/tailsqemuvm/index.html index 14a54b6..b2ac593 100644 --- a/servers/tailsqemuvm/index.html +++ b/servers/tailsqemuvm/index.html @@ -64,6 +64,8 @@

Tails OS QEMU VM for Temporary Anonymity

In this tutorial we're going to look at how you can run Tails OS (The Amnesic Incognito Linux System) in a QEMU VM, following the official documentation here.

+

TODO: setups where 1) isp doesnt allow tor traffic 2) isp doesnt allow tor, nor vpns, 3) setup where the destination website doesnt allow tor traffic

+
diff --git a/servers/torbrowsing/index.html b/servers/torbrowsing/index.html index e364be7..ef8f790 100644 --- a/servers/torbrowsing/index.html +++ b/servers/torbrowsing/index.html @@ -64,6 +64,7 @@

Tor Browsing Setup

In this tutorial we're going to cover how to browse the web anonymously, and some simple rules to follow to protect your anonymity.

+

TODO: setups where 1) isp doesnt allow tor traffic 2) isp doesnt allow tor, nor vpns, 3) setup where the destination website doesnt allow tor traffic

diff --git a/servers/whonixqemuvms/index.html b/servers/whonixqemuvms/index.html index 5414118..4183160 100644 --- a/servers/whonixqemuvms/index.html +++ b/servers/whonixqemuvms/index.html @@ -64,6 +64,8 @@

Whonix QEMU Setup

Whonix is an open-source OS made specifically for general anonymous activities. In this tutorial we're going to set it up using the QEMU virtualization setup we installed previously.

+

TODO: setups where 1) isp doesnt allow tor traffic 2) isp doesnt allow tor, nor vpns, 3) setup where the destination website doesnt allow tor traffic

+