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 @@
- 🟠 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!)
- - ✅ If your ISP allows Anonymity (You -> Tor -> Websites)
- - ❌ If your ISP Does not allow Anonymity (You -> VPN -> Tor -> Websites)
- - ❌ If websites don't allow Anonymity (You -> Tor -> VPNs -> Websites)
- - ❌ If Tor and VPNs are illegal in your country ⚠️ (You -> Tor Bridge -> Tor -> Websites)
-
+ - 🟠 Tor Web Browser setup
+ - 🟠 Tails OS QEMU VM for Temporary Anonymity
+ - 🟠 VMs for Long-term Anonymity (Whonix QEMU VMs)
-💻 Clientside - VMs for Anonymity (⚠️ Check if your ISP allows Tor or Not!)
-
- - ✅ Tails OS QEMU VM for Temporary Anonymity
- - ✅ VMs for Long-term Anonymity (Whonix QEMU VMs)
- - ❌ Routing QEMU VMs through VPNs (You -> VPN -> Tor -> Websites)
- - ❌ Routing VPNs through Whonix / Tails QEMU VMs (You -> Tor -> VPN -> Websites)
- - ❌ Using Tor Bridges with Whonix / Tails QEMU VMs (You -> Tor Bridges -> Tor -> Websites)
-
-
- 💻 Clientside - Decentralized Finances ⭐
+
+ 💻 Clientside - Decentralized Finances ⭐
- ✅ Why Financial decentralisation ? (Cryptocurrencies, Exchanges and KYC) ⭐
- ✅ How to acquire and use Monero
@@ -192,22 +182,20 @@
- ❌ Monero Inheritence Management
-
+
💻 Clientside - Making use of Anonymity (Non-KYC Providers)
- ❌ How to get a mail account anonymously (Mails as a service)
- - ✅ How to rent remote servers anonymously (Cloud resellers) ⭐
- - ❌ How to rent remote domains anonymously (Registrar resellers) ⭐
- ❌ How to get a phone number anonymously (Remote SMSes as a service)
- ❌ How to get a credit card anonymously (Credit cards as a service)
- ❌ How to get a residential proxies anonymously
-
🧅 Serverside - Decentralisation in the service of Anonymity
+
🧅 Serverside - Contributing to Anonymity
- ✅ Tor Bridge Node
- ✅ Tor Node
@@ -217,20 +205,21 @@
- ❌ Haveno Seed Node
-
🧅 Serverside - Anonymity on Remote Servers (⚠️ Remote Hosting = Safer!)
+
🧅 Serverside - Anonymity (⚠️ Remote Hosting = Safer!)
- 🟠 Hosting a .onion website when the ISP allows anonymity (with custom .onion Vanity V3 address) (server -> tor)
- ❌ 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!)
-
- - ✅ Clearnet Bind9 DNS server setup (with DNSSEC)
- - ✅ Clearnet Matrix server
- - 🟠 XMPP server (Gajim, OMEO encryption, ejabberd .onion setup)
+ - ✅ How to rent remote servers anonymously (Cloud resellers) ⭐
- ✅ Remote anonymous access setup (cockpit + ssh through tor)
- - ✅ Anonymous self-hosted clearnet Mail Server ⭐
+ - ❌ How to rent remote domains anonymously (Registrar resellers) ⭐
+ - ✅ Clearnet Bind9 DNS server setup (with DNSSEC)
+ - ✅ Clearnet Matrix server (federated clearnet chatting)
+ - ✅ Anonymous (remote or self-hosted) clearnet Mail Server ⭐
+ - 🟠 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
+