{"id":28604543,"url":"https://github.com/s-r-e-e-r-a-j/ZeroTrace","last_synced_at":"2025-06-11T18:02:52.023Z","repository":{"id":291398848,"uuid":"977500156","full_name":"s-r-e-e-r-a-j/ZeroTrace","owner":"s-r-e-e-r-a-j","description":"ZeroTrace is a powerful ethical hacking tool for anonymization, routing all your system network traffic through the Tor network, making it very hard to track your online activity, IP address, and location.","archived":false,"fork":false,"pushed_at":"2025-06-03T06:59:39.000Z","size":125,"stargazers_count":98,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-11T14:43:44.081Z","etag":null,"topics":["bash","bash-script","cybersecurity","cybersecurity-tools","ethicalhackingtool","linux","linuxproject","linuxtools","privacy","privacy-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s-r-e-e-r-a-j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-04T10:59:27.000Z","updated_at":"2025-06-11T10:42:29.000Z","dependencies_parsed_at":"2025-05-04T12:25:41.616Z","dependency_job_id":"68c275b4-0c35-4a63-b330-4649dd33b4c6","html_url":"https://github.com/s-r-e-e-r-a-j/ZeroTrace","commit_stats":null,"previous_names":["s-r-e-e-r-a-j/zerotrace"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/s-r-e-e-r-a-j/ZeroTrace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZeroTrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZeroTrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZeroTrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZeroTrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-r-e-e-r-a-j","download_url":"https://codeload.github.com/s-r-e-e-r-a-j/ZeroTrace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZeroTrace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259311491,"owners_count":22838726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-script","cybersecurity","cybersecurity-tools","ethicalhackingtool","linux","linuxproject","linuxtools","privacy","privacy-tools"],"created_at":"2025-06-11T18:01:00.359Z","updated_at":"2025-06-11T18:02:52.015Z","avatar_url":"https://github.com/s-r-e-e-r-a-j.png","language":"Shell","readme":"# ZeroTrace\n\nZeroTrace 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.\n\n---\n\n## Features\n\n- Sends all your internet traffic through the Tor network\n- Hides your real IP address and location\n- Makes it extremely difficult to track your online activity\n- Lets you manually or automatically change your IP\n- Shows your current Tor IP and location\n- Easy to use with a beginner-friendly interface\n- Works on **Debian,RedHat,Arch** \n\n---\n\n## Disclaimer\nThis 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.\n\n---\n\n## Requirements\n- **Gnu Bash**\n- **Linux distros like Debian, RedHat, Arch** \n- **Tor, jq  and iptables (automatically installed if not found)**\n\n---\n\n## Installation\n\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/s-r-e-e-r-a-j/ZeroTrace.git\n```\n2. **Navigate to the ZeroTrace directory:**\n```bash\ncd ZeroTrace\n```\n3. **Navigate to the ZeroTrace directory:**\n```bash\ncd ZeroTrace\n```\n4. **Run the install.sh script:**\n```bash\nsudo bash install.sh\n```\n**Then type `y` for install**\n\n## Usage\n\n**Run with sudo:**\n```bash\nsudo zerotrace [option]\n```\n---\n\n## Options\n\n| Option             | Short Form | Description                                   |\n|--------------------|------------|-----------------------------------------------|\n| `--start`          | `-s`       | Start routing traffic through Tor             |\n| `--stop`           | `-x`       | Stop Tor and restore settings                 |\n| `--ip`             | `-i`       | Show current Tor IP and location              |\n| `--new-ip`         | `-n`       | Request a new identity from Tor               |\n| `--auto`           | `-a`       | Auto change IP at intervals (default:500 sec) |\n| `--help`           | `-h`       | show help message                             |\n\n---\n\n## Examples\n**Start routing:**\n\n```bash\nsudo zerotrace --start\n```\n\n**Show current IP:**\n\n```bash\nsudo zerotrace --ip\n```\n**Request a new IP:**\n\n```bash\nsudo zerotrace --new-ip\n```\n\n**Auto change IP every 5 minutes:**\n\n```bash\nsudo zerotrace --auto 300\n```\n\n**Stop and reset:**\n\n```bash\nsudo zerotrace --stop\n```\n---\n\n## Uninstallation\n\n**Run the install.sh script**\n\n**Then type `n` for uninstall**\n\n---\n\n## Author\n- **Sreeraj**\n- **GitHub:** https://github.com/s-r-e-e-r-a-j \n\n--- \n\n## License\nThis project is licensed under the MIT License.\n","funding_links":[],"categories":["privacy"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2FZeroTrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-r-e-e-r-a-j%2FZeroTrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2FZeroTrace/lists"}