// Harden your
Linux machine.
A single bash script that applies kernel-level hardening, kills hardware tracking, routes traffic through Tor, and installs a full open-source privacy stack — no GUI required.
System Hardening
Kernel sysctl tweaks, UFW firewall, fail2ban, AppArmor, ClamAV, and rkhunter — all configured in one pass.
COREParanoid Firewall
Full deny-all mode. Outgoing locked to HTTPS/HTTP only. One command to activate, one to restore defaults.
FIREWALLHardware Kill Switches
Blacklist camera, mic, audio, Bluetooth, and Wi-Fi at the kernel module level — persistent across reboots.
HARDWARETor Routing
Transparent proxy mode routes DNS and TCP through the Tor network. Tor Browser installed via Flatpak.
ANONYMITYPrivacy Stack
Brave, Tor Browser, OnionShare, MAT2 metadata stripper, and DNSCrypt proxy — deployed in a single run.
SOFTWAREFull Restore Mode
Option 99 reverses every change — sysctl configs, module blacklists, firewall rules — back to clean defaults.
RECOVERYIPv6 Control
Disable IPv6 system-wide via sysctl to close a common leak vector on networks that force IPv6 assignment.
NETWORKLocation Services
Stop and disable the GeoClue daemon to cut off location telemetry from apps and system services.
PRIVACYTemp & RAM Cleaning
Wipe /tmp, /var/tmp, and drop filesystem caches — no residual artifacts left in memory or on disk.
HYGIENEsudo. This script modifies kernel parameters, firewall rules, and system services. Review the source before running. Tor routing provides obfuscation — it does not guarantee complete anonymity. Use responsibly and within applicable laws.