TorGhost is a lightweight, efficient anonymity tool designed to route all your network traffic through the Tor network. Unlike a simple browser proxy, TorGhost uses IPTables to redirect all system traffic (TCP/UDP), ensuring total system-wide anonymity.
This version (v3.2.0) has been MODDED & OPTIMIZED by INTELEON404 for:
- 🚀 Super Fast Performance: Optimized start/stop logic (connects in seconds).
- 💎 Professional UI: Clean, uppercase, and perfectly aligned terminal output.
- 🛡️ Stability: Fixed dependency issues on Kali Linux 2023+ & Debian 12.
- System-Wide Routing: Redirects all internet traffic through Tor.
- DNS Leak Protection: Prevents your real DNS from leaking.
- Identity Switching: Request a new Tor Exit Node (New IP) instantly.
- Kill Switch: Blocks all traffic if Tor fails (via IPTables rules).
- Auto-Update: Built-in updater to fetch the latest version.
- Linux System (Kali Linux, Parrot OS, Ubuntu, Debian, etc.)
- Root Privileges (
sudo)
-
Clone the Repository:
git clone https://github.com/INTELEON404/torghost.git cd torghost -
Give Permission & Install:
chmod +x install.sh sudo ./install.sh
(The installer will automatically fetch dependencies and compile the binary.)
You can view the help menu by running torghost.py -h.
COMMANDS:
-s --start START TORGHOST (ROUTE ALL TRAFFIC)
-r --switch REQUEST NEW TOR EXIT NODE (NEW IP)
-x --stop STOP TORGHOST (RESTORE DEFAULT)
-h --help SHOW THIS HELP MENU
-u --update CHECK FOR UPDATES
Routes all traffic through Tor.
sudo python3 torghost.py -sChanges your Tor Exit Node to get a fresh IP address.
sudo python3 torghost -rFlushes IPTables and restores your original internet connection.
sudo python3 torghost.py -xThis tool is for EDUCATIONAL PURPOSES ONLY. The developer (INTELEON404) is not responsible for any misuse or illegal activities performed using this tool. Use it responsibly to protect your privacy.
- Original Author: SusmithKrishnan
- Modded & Optimized By: INTELEON404