Skip to content

TORGHOST: A lightweight script that routes all system traffic through Tor using IPTables. It prevents DNS leaks, blocks unsafe packets, and features a modern Cyberpunk UI with instant connection speeds.

License

Notifications You must be signed in to change notification settings

INTELEON404/torghost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💀 ABOUT THE TOOL

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.

⚡ FEATURES

  • 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.

📥 INSTALLATION

Prerequisites

  • Linux System (Kali Linux, Parrot OS, Ubuntu, Debian, etc.)
  • Root Privileges (sudo)

Step-by-Step Guide

  1. Clone the Repository:

    git clone https://github.com/INTELEON404/torghost.git
    cd torghost
  2. Give Permission & Install:

    chmod +x install.sh
    sudo ./install.sh

    (The installer will automatically fetch dependencies and compile the binary.)


ℹ️ HELP MENU

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

🎮 USAGE EXAMPLES

🟢 Start Anonymity

Routes all traffic through Tor.

sudo python3 torghost.py -s

🔄 Switch Identity

Changes your Tor Exit Node to get a fresh IP address.

sudo python3 torghost -r

🔴 Stop Anonymity

Flushes IPTables and restores your original internet connection.

sudo python3 torghost.py -x

⚠️ DISCLAIMER

This 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.


👨‍💻 CREDITS

About

TORGHOST: A lightweight script that routes all system traffic through Tor using IPTables. It prevents DNS leaks, blocks unsafe packets, and features a modern Cyberpunk UI with instant connection speeds.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published