Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ZeroTrace — Bash tool that routes all system network traffic through Tor for IP anonymization, with manual/automatic IP rotation and current IP/location display. | Kitploit
Tools/GitLabGitLab/s_r_e_e_r_a_j/zerotrace
OSINT (Open Source Intelligence)Penetration TestingPrivacyRed Teaming
GitLabs_r_e_e_r_a_j/zerotrace

ZeroTrace

Bash tool that routes all system network traffic through Tor for IP anonymization, with manual/automatic IP rotation and current IP/location display.

View Repository
212 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

ZeroTrace

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.


Features

  • Sends all your internet traffic through the Tor network
  • Hides your real IP address and location
  • Makes it extremely difficult to track your online activity
  • Lets you manually or automatically change your IP
  • Shows your current Tor IP and location
  • Easy to use with a beginner-friendly interface
  • Works on Debian,RHEL,Arch

Disclaimer

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.


Requirements

  • Gnu Bash
  • Linux distros like Debian, RHEL, Arch
  • Tor, jq and iptables (automatically installed if not found)

Installation

  1. Clone the repository:
root@kitploit:~
git clone https://gitlab.com/s_r_e_e_r_a_j/ZeroTrace.git
  1. Navigate to the ZeroTrace directory:
root@kitploit:~
cd ZeroTrace
  1. Navigate to the ZeroTrace directory:
root@kitploit:~
cd ZeroTrace
  1. Run the install.sh script:
root@kitploit:~
sudo bash install.sh

Then type y for install

Usage

Run with sudo:

root@kitploit:~
sudo zerotrace [option]

Options


Examples

Start routing:

root@kitploit:~
sudo zerotrace --start

Show current IP:

root@kitploit:~
sudo zerotrace --ip

Request a new IP:

root@kitploit:~
sudo zerotrace --new-ip

Auto change IP every 5 minutes:

root@kitploit:~
sudo zerotrace --auto 300

Stop and reset:

root@kitploit:~
sudo zerotrace --stop

Uninstallation

Run the install.sh script

Then type n for uninstall


License

This project is licensed under the MIT License.

Download Tool
OptionShort FormDescription
--start-sStart routing traffic through Tor
--stop-xStop Tor and restore settings
--ip-iShow current Tor IP and location
--new-ip-nRequest a new identity from Tor
--auto-aAuto change IP at intervals (default:500 sec)
--help-hshow help message