
Bash tool that routes all system network traffic through Tor for IP anonymization, with manual/automatic IP rotation and current IP/location display.
ZeroTrace is a powerful ethical hacking tool for anonymization, developed in Bash. It helps you stay anonymous online by routing all of your system’s network traffic—not just browser traffic—through the Tor network. As a result, tracking your online activity, IP address, and location becomes extremely difficult.
This tool is made only for ethical hacking, privacy, and educational use. Do not use it for illegal purposes. The author is not responsible for any misuse.
git clone https://gitlab.com/s_r_e_e_r_a_j/ZeroTrace.git
cd ZeroTrace
cd ZeroTrace
sudo bash install.sh
Then type y for install
Run with sudo:
sudo zerotrace [option]
Start routing:
sudo zerotrace --start
Show current IP:
sudo zerotrace --ip
Request a new IP:
sudo zerotrace --new-ip
Auto change IP every 5 minutes:
sudo zerotrace --auto 300
Stop and reset:
sudo zerotrace --stop
Run the install.sh script
Then type n for uninstall
This project is licensed under the MIT License.
| Option | Short Form | Description |
|---|
--start | -s | Start routing traffic through Tor |
--stop | -x | Stop Tor and restore settings |
--ip | -i | Show current Tor IP and location |
--new-ip | -n | Request a new identity from Tor |
--auto | -a | Auto change IP at intervals (default:500 sec) |
--help | -h | show help message |