blog-contributions/opsec/index.html
2024-10-12 21:38:07 +02:00

447 lines
25 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../assets/img/favicon.png">
<title>OPSEC: Privacy, Anonymity and Plausible Deniability Tutorials</title>
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<link href="../assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse-anon navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-anon" href="\index.html">The Nihilism Blog</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/blog.html">Categories</a></li>
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div id="anon1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a></br></br><h1>OPSEC: Privacy, Anonymity and Plausible Deniability</h1>
<p> Tutorials to show how to achieve Privacy, Anonymity and Plausible Deniability online.
I have <a href="tutorial/index.html">a quality standard</a> as to how i do these tutorials, if there are any improvements i can do on them please let me know.
<img src="opsec4levels/0.png" class="imgRz">
<p> <a href="opsec4levels/index.html"><u>SHOWCASED ARTICLE:</u></a> 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.</p>
</p></br>
<p><u>Articles Status:</u></p>
<ol>
<li>⭐: Personal Favorite</li>
<li>✅: Completed</li>
<li>🟠: Work in progress</li>
<li>❌: Not started yet (can be brainstormed on their assigned gitea issues <a href="https://git.nowhere.moe/nihilist/blog-contributions/projects/1">here</a>)</li>
</ol></br>
<b>⚠️ This Blog is open to contributions:</b>
<p>If you want to contribute, check out the gitea repository for contributions (along with the guidelines) <a href="https://git.nowhere.moe/nihilist/blog-contributions">here</a>, check out the project board <a href="https://git.nowhere.moe/nihilist/blog-contributions/projects/1">here</a> to know the status of which tutorial being assigned to whom. <b>(i'm rewarding 10 to 50 euros in monero per new complete blogpost, as advertised on <a href="https://xmrbazaar.com/listing/UsWA/">Xmrbazaar</a>)</b>. if the blogpost you want to contribute is not listed below, contact me directly so that I can validate your blogpost idea beforehand. <b>For a step-by-step tutorial on how to contribute, please check out <a href="contribute/index.html">this tutorial</a>.</b></p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div> <!-- /container -->
<!-- +++++ Second Post +++++ -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div style="float: left; width: 50%;">
<p>📝 Explaining Concepts</p>
<ol>
<li><a href="manifesto/index.html">✅ a Nihilist's Manifesto</a></li>
<li><a href="aps/index.html">✅ Privacy, Anonymity, Plausible Deniability, Decentralisation, Security, and 0days</a></li>
<li><a href="governments/index.html">✅ Governments, Centralisation, and Law Enforcement</a></li>
<li><a href="govfear/index.html">✅ Governments fear Decentralisation and Anonymity</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/118">❌ How to use technology to free yourself from tyranny?</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>📝 Explaining OPSEC ⭐</p>
<ol>
<li><a href="opsec4levels/index.html">✅ Audit your OPSEC and determine the appropriate internet use</a></li>
<li><a href="internetsegmentation/index.html">✅ Internet usage segmentation (QEMU VMs + Identity Management)</a></li>
<li><a href="opsec/index.html">✅ OPSEC: Using the right Technology and Behavior </a></li>
<li><a href="multiple_identities/index.html">✅ How to maintain multiple Identities Online</a></li>
</br>
</br>
</br>
</ol></br>
</div>
</div>
</div><!-- /row -->
</div> <!-- /co tainer -->
</div><!-- /white -->
<div id="anon1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><img src="su0.png"> <b>OPSEC LEVEL 1: Privacy </b> </h2>
<div style="float: left; width: 50%;">
<p>📝 Explaining Privacy</p>
<ol>
<li><a href="privacy/index.html">✅ What is Privacy ? Why is it important ? </a></li>
<li><a href="closedsource/index.html">✅ The main source of Privacy: Open source software </a></li>
<li><a href="openhardware/index.html">✅ The lack of Open Source Hardware (CPUs, Motherboards, GPUs)</a></li>
</ol></br>
<p>💻 Getting started</p>
<ol>
<li><a href="linux/index.html">✅ How to install Linux from a Windows PC ⭐</a></li>
<li><a href="linuxprograms/index.html">✅ How to install and update programs on Linux </a></li>
<li><a href="graphene/index.html">✅ How to install GrapheneOS on a Pixel Phone</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/61">❌ Easy Private Chats - SimpleX</a></li>
</ol></br>
<p>💻 File Sharing</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/11">❌ One on One large file sharing (Syncthing over VPN)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/12">❌ P2P large file sharing (Torrents over VPN)</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>💻 Privacy means Open Source (FOSS)</p>
<ol>
<li><a href="compilation/index.html">✅ How to compile open source software + How to verify software integrity </a></li>
<li><a href="hypervisorsetup/index.html">✅ How to Virtualize Machines (QEMU/KVM Hypervisor)</a></li>
<li><a href="vpn/index.html">✅ How to get privacy from your ISP using a VPN</a></li>
<li><a href="vpnqemu/index.html">✅ Route QEMU VMs through a Host OS VPN</a></li>
<li><a href="passwordmanagement/index.html">✅ Password Management 101 (How to use Keepass)</a></li>
<li><a href="serversideencryption/index.html">✅ Serverside: Should I trust serverside encryption? Should I use PGP?</a></li>
<li><a href="pgp/index.html">✅ Private Messaging (PGP encryption)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/44">❌ How to use GPG SmartCards to secure your PGP keys</a></li>
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/139">❌ How to hide the contents of a mail package</a></li>
</ol></br>
</div></br></br>
<div style="float: right; width: 50%;">
</div></br></br>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><img src="on0.png"> <b>OPSEC LEVEL 2: Anonymity </b></h2>
<div style="float: left; width: 50%;">
<p>📝 Explaining Anonymity</p>
<ol>
<li><a href="anonymityexplained/index.html">✅ What is Anonymity ? Why is it Important ? </a></li>
<li><a href="anonuse/index.html">✅ Why isn't Privacy enough for Anonymous use ? </a></li>
<li><a href="torvsvpns/index.html">✅ The main source of Anonymity: The Tor Network</a></li>
<li><a href="torthroughvpn/index.html">✅ Using Tor Safely: Tor through VPN or VPN through Tor ? </a></li>
<li><a href="phonenumbers/index.html">🟠 Phone Numbers are incompatible with Anonymity</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/43">❌ How to protect against fingerprinting (persona, text, files)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/13">❌ Stylography protection (Running a Local LLM and copy pasting messages)</a></li>
</ol></br>
<p>💻 Clientside - Getting Started (<a href="torthroughvpn/index.html">⚠️ Check if your ISP allows Tor or Not!</a>)</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/42">❌ How to setup and navigate Qubes OS</a></li>
<li><a href="torbrowsing/index.html">✅ Tor Web Browser setup</a></li>
<li><a href="MobileTor/index.html">✅ How to use the Tor Browser on Mobile</a></li>
<li><a href="tailsqemuvm/index.html">✅ Tails OS QEMU VM for Temporary Anonymity</a></li>
<li><a href="whonixqemuvms/index.html">✅ VMs for Long-term Anonymity (Whonix QEMU VMs)</a></li>
<li><a href="whonixqemuvms/index.html">❌ How to Anonymously access websites that block Tor</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/129">❌ Easy Anonymous Chats - SimpleX</a></li>
</ol></br>
<p>💻 Clientside - Censorship Evasion </p>
<ol>
<li><a href="vpnqemu/index.html">✅ How to access Tor when it is being blocked, using VPNs </a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/57">❌ How to temporarily access Tor when VPNs are blocked, using Tor bridges</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/58">❌ How to access Tor when VPNs are blocked, using VPSes (SSH port forwarding / OpenVPN port sharing) </a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/59">❌ How to access Tor when you are in Russia or China using v2ray (vmess / vless)</a></li>
</ol></br>
<p>💻 File Sharing</p>
<ol>
<li><a href="onionshare/index.html">✅ How to send small files Anonymously (Onionshare)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/16">❌ One on One large file sharing (Syncthing over Tor)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/17">❌ P2P large file sharing (Torrents over Tor)</a></li>
</ol></br>
<p>💻 Clientside - Decentralized Finances ⭐</p>
<ol>
<li><a href="finances/index.html">✅ Why Financial decentralisation ? (Cryptocurrencies, Exchanges and KYC) ⭐</a></li>
<li><a href="monero2024/index.html">🟠 How to setup your Monero Wallet </a></li>
<li><a href="chainalysisattempts/index.html">✅ Why can't I trust Centralised Exchanges, and random Monero nodes ?</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/50">❌ How to get your first Monero ? (xmrbazaar.com, crypto swaps, p2p chats, or work) </a></li>
<li><a href="haveno-client-f2f/index.html">✅ Haveno Decentralised Exchange direct Fiat -> XMR transaction ⭐</a></li>
<li><a href="haveno-arbitrator/index.html">✅ Haveno DEX Dispute resolution (Fiat -> XMR) </a></li>
<li><a href="haveno-sepa/index.html">✅ Haveno DEX Bank Transfer (ex: SEPA) -> XMR transaction </a></li>
<li><a href="haveno-cashbymail/index.html">✅ Haveno DEX Cash By Mail -> XMR transaction ⭐</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/64">❌ Convert Monero into other Cryptos Anonymously (XMR -> BTC w/ BasicSwap DEX)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/48">❌ Monero Inheritence Management (Threshold encryption (2of3)+ PGP)</a></li>
</ol></br>
<p>💻 Clientside - Making use of Anonymity (<a href="https://kycnot.me/?t=service">Non-KYC Providers</a>)</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/26">❌ How to get a mail account anonymously (Mails as a service)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/27">❌ How to get a phone number anonymously (Remote SMSes as a service)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/28">❌ How to get a credit card anonymously (Credit cards as a service)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/29">❌ How to get residential proxies anonymously</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>🧅 Serverside - Contributing to Anonymity</p>
<ol>
<li><a href="tor/relay/index.html">✅ Tor Node</a></li>
<li><a href="tor/bridge/index.html">✅ Tor Bridge Node </a></li>
<li><a href="tor/exit_node/index.html">✅ Tor Exit Node </a></li>
<li><a href="monero2024/node.html">✅ Monero Node</a></li>
<li><a href="monerop2pool/index.html">✅ Monero Mining with p2pool (help validate the network)</a></li>
<li><a href="haveno-seednode/index.html">✅ Haveno Seed Node</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/19">❌ Haveno DEX Network </a></li>
</ol></br>
<p>🧅 Serverside - Anonymous Hidden Services </p>
<ol>
<!--<li><a href="hiddenservices/index.html">✅ Introduction to Hosting Hidden Services</a></li>-->
<li><a href="hiddenservice/index.html">✅ Where to host Anonymous Hidden Services ?</a></li>
<li><a href="torwebsite/index.html">🟠 Hidden Service with custom .onion Vanity V3 address</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/20">❌ Basic Webserver setup (NGINX / PHP / MYSQL)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/21">❌ Minimalistic MoneroSSO .onion setup</a></li>
<li><a href="xmpp2024/index.html">✅ XMPP Chat Server Setup (Clearnet + Onion + OMEMO E2EE)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/22">❌ Gitea .onion setup (Code repositories)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/23">❌ Nextcloud .onion setup (cloud storage)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/24">❌ Mastodon .onion setup (Microblogging)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/25">❌ Discourse .onion setup (Forums)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/47">❌ How to setup Nerostr (Nostr blogging)</a></li>
</br>
</ol></br>
<p>🧅 Serverside - Anonymous Clearnet Services </p>
<ol>
<li><a href="anonclearnetservices/index.html">✅ Where to host Anonymous Clearnet Services ?</a></li>
<li><a href="anonymousremoteserver/index.html">✅ How to rent remote servers anonymously (Cloud resellers) ⭐</a></li>
<li><a href="anondomain/index.html">✅ How to rent remote domains anonymously (Registrar resellers) ⭐</a></li>
<li><a href="anonaccess/index.html">✅ Remote anonymous access setup (cockpit + ssh through tor)</a></li>
<li><a href="dns/index.html">✅ Clearnet Bind9 DNS server setup (with DNSSEC)</a></li>
<li><a href="matrixnew/index.html">✅ Clearnet Matrix server (federated clearnet chatting)</a></li>
<li><a href="mailprivate/index.html">✅ Anonymous (remote or self-hosted) clearnet Mail Server ⭐</a></li>
</br>
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/30">❌ How to send a mail package anonymously</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/31">❌ How to recieve a mail package anonymously</a></li>
<li><a href="anonprotest/index.html">✅ How to remain Anonymous during a protest</a></li>
</ol></br>
</div></br></br>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="anon1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><img src="de0.png"> <b>OPSEC LEVEL 3: Plausible Deniability </b></h2>
<div style="float: left; width: 50%;">
<p>📝 Explaining Plausible Deniability</p>
<ol>
<li><a href="encryption/index.html">✅ What is Plausible Deniability ? Why is it Important ?</a></li>
<li><a href="anonsensitive/index.html">✅ Why Anonymity isnt enough for Sensitive use ? </a></li>
<li><a href="sensitiveremotevshome/index.html">🟠 Sensitive Services: Self-Host or Host Remotely ?</a></li>
</ol></br>
<p>💻 Clientside - Getting Started </p>
<ol>
<li><a href="veracrypt/index.html">✅ The main source of Plausible Deniability: Veracrypt Hidden Partitions</a></li>
<li><a href="anonymity/index.html">🟠 Sensitive use VMs Setup (Whonix VMs in a Veracrypt Hidden Volume)⭐</a></li>
<li><a href="plausiblydeniabledataprotection/index.html">🟠 Plausibly Deniable Critical Data Backups</a></li>
</ol></br>
<p>💻 Steganography - Hiding secrets in plain sight</p>
<ol>
<li><a href="steganography/index.html">✅ Other sources of Plausible Deniability: Steganography Introduction</a></li>
<li><a href="steghide/index.html">✅ Hiding files in images with Steghide</a></li>
<li><a href="anonzulucrypt/index.html">✅ Hiding entire zipfiles into videofiles files (zulucrypt)</a></li>
</ol></br>
<p>💻 Decentralised Finances</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/49">❌ How to Cash out your crypto gains (Fiat income limits, and justifications)</a></li>
</ol></br>
<p>⚠️ When you risk being persecuted for just using technology</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/147">❌ When your harddrives must look innocent and you can use Tails</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/146">❌ When your harddrives must look innocent and you can only use VPNs</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/148">❌ When your harddrives must look innocent and you can't use Tails nor VPNs</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>🧅 Serverside - Plausible Deniability at Home (⚠️ <a href="sensitiveremotevshome/index.html">Self Hosting = Risky!</a>)</p>
<ol>
<li><a href="pf_virt/index.html">✅ Open source router VM setup (pfsense on QEMU/KVM)</a></li>
<li><a href="failovers/index.html">✅ Electrical Failover (basic UPS setup)</a></li>
<li><a href="failover-wan/index.html">✅ Internet Failover (Dual WAN pfsense setup)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/66">❌ Isolating on-premise hidden services (VM-based restrictive networking)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/33">❌ Deniable Encryption Protection (emergency shutdown script, shortcut, + systemd service)</a></li>
<li><a href="physicalsecurity/index.html">✅ Automating Deniable Encryption Protection (USB Changes, detecting movements, and SSH bruteforce attempts)</a></li>
<li><a href="endgame/index.html">✅ Endgame V3 (.onion service Anti DDOS / Load Balancer / WAF + Captcha) ⭐</a></li>
</ol></br>
<p>🧅 Serverside - Remote Plausible Deniability (⚠️ <a href="sensitiveremotevshome/index.html">Remote Hosting = Safer!</a>)</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/36">❌ When the Adversary is the cloud provider himself</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/37">❌ Protecting against cold boot attacks, with RAM encryption (no hardware access!)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/38">❌ System Intrusion / Integrity monitoring (kernel modules, binary files, unwanted processes, hardwre changes)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/39">❌ Custom Linux OS making (debian-based)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/40">❌ Obtaining a non-KYC dedicated server, with a custom OS</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/41">❌ Intrusion detection on remote servers </a></li>
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/63">❌ When protests go wrong - SimpleX Disappearing Messages</a></li>
</ol></br>
</div></br></br>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b> Inspirations</b></h2>
<ol>
<li><a href="https://git.hackliberty.org/hackliberty.org/Hack-Liberty-Resources">Hack Liberty Resources</a></li>
<li><a href="https://privacyguides.net">Privacy Guides</a></li>
<li><a href="https://simplifiedprivacy.com">Simplified Privacy</a></li>
<li><a href="https://anonymousplanet.org/guide.html">The Hitchhiker's guide to Anonymity</a></li>
</ol></br></br>
<h2><b>Non-KYC VPS providers</b></h2> </br> </br>
<p>Current services used:</p>
<ol>
<li><a href="https://kycnot.me/service/servers.guru">ServersGuru (KYC-Free reseller of cloud providers like Hetzner)</a></li>
<li><a href="https://kycnot.me/service/nicevps">nicevps.net (KYC-Free registrar)</a></li>
</ol>
</br>
<p>Previous services:</p>
<ol>
<li><a href="https://kycnot.me/service/incognet">Incognet (both registrar and cloud provider)</a></li>
<li><a href="https://kycnot.me/service/hostiko">Hostiko (cloud provider)</a></li>
<li><a href="https://kycnot.me/search?q=hosting&type=service">Other Non-KYC Cloud Providers</a></li>
</ol>
</br></br>
<pre><code class="nim">
LEGAL DISCLAIMER:
Across the entirety of my blog, in all articles that I made, I advocate for the legal use of technologies, even when I am talking about Privacy-enhancing and Anonymity-enabling technologies. In no way am I advocating for any illegal use of any technology showcased in any article on my blog. as the goal of this blog is to remain stricly informative and educative.
I decline any and all responsibility for any mis-use of any of the technology i showcase in the entirety of my blog. I also decline any and all responsibility for any physical, digital and psychological damage caused by the mis-use of any showcased technology, as the responsibility of such acts remains with the perpretating third-party. By reading this blog, you permanently, irrevocably and world-widely agree that I am in no way am responsible for any illegal action done by you or anyone that uses any of the showcased technology in my blog articles.
</pre></code>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Footer Section +++++ -->
<div id="anonb">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>Nihilism</h4>
<p>
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FH4g7zPbitSLV5tDQ51Yz-R6RgOkMEeCc%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAkts5T5AMxHGrZCCg12aeKxWcpXaxbB_XqjrXmcFYlDQ%253D&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22c3Y-iDaoDCFm6RhptSDOaw%3D%3D%22%7D">SimpleX Chat</a><br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>About nihilist</h4>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>