{"id":30763490,"url":"https://github.com/rlxchap2/lostip","last_synced_at":"2026-05-02T23:42:11.302Z","repository":{"id":310211637,"uuid":"1039089069","full_name":"RlxChap2/LostIP","owner":"RlxChap2","description":"LostIP is a powerful tool for ethical hackers that automatically switches your IP address, making it difficult to trace your online actions.","archived":false,"fork":false,"pushed_at":"2025-08-16T13:54:46.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T16:07:01.344Z","etag":null,"topics":["bash","bash-scripting","bashtool","debian-packages","ethical-hacking","ethical-hacking-tools","ethicalhacking","ipaddresschanger","ipchanger","linux","linux-shell","lostip","shell-script","tool"],"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/RlxChap2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-16T13:07:14.000Z","updated_at":"2025-08-16T13:54:49.000Z","dependencies_parsed_at":"2025-08-16T15:37:07.246Z","dependency_job_id":null,"html_url":"https://github.com/RlxChap2/LostIP","commit_stats":null,"previous_names":["rlxchap2/lostip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RlxChap2/LostIP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RlxChap2%2FLostIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RlxChap2%2FLostIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RlxChap2%2FLostIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RlxChap2%2FLostIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RlxChap2","download_url":"https://codeload.github.com/RlxChap2/LostIP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RlxChap2%2FLostIP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274719580,"owners_count":25337237,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-scripting","bashtool","debian-packages","ethical-hacking","ethical-hacking-tools","ethicalhacking","ipaddresschanger","ipchanger","linux","linux-shell","lostip","shell-script","tool"],"created_at":"2025-09-04T16:03:58.719Z","updated_at":"2026-05-02T23:42:11.262Z","avatar_url":"https://github.com/RlxChap2.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## LostIP\n\nA Tor-driven IP shuffler tailored for ethical hackers and privacy researchers. LostIP automates IP rotation through Tor at your specified intervals, using SOCKS5 on port **9050** to mask your traffic effortlessly.\n\n---\n\n### Highlights\n\n- Installs required tools (`Tor`, `curl`, `jq`) if missing.\n- Rotates your IP address on demand.\n- Reveals each new Tor-assigned IP and its geolocation (country, region, city).\n- Offers both finite runs (custom cycle count) and continuous mode.\n- Cleans up by shutting down Tor on exit or interruption.\n- Configures SOCKS5 proxy pointing to `127.0.0.1:9050`.\n\n---\n\n### Prerequisites\n\n- A Debian-based Linux OS (examples: Kali, Parrot OS, Ubuntu, etc).\n- Root privileges.\n- Access to the internet.\n\n---\n\n### Setup Steps\n\n1. Clone repo:\n\n   ```bash\n   git clone https://github.com/RlxChap2/LostIP.git\n   cd LostIP\n   ```\n\n2. Run the installer:\n\n   ```bash\n   sudo bash install.sh\n   ```\n\n   - Type `y` to confirm installation.\n\n---\n\n### Run It\n\nExecute the program:\n\n```bash\nsudo lostip\n```\n\nYou'll be prompted to specify:\n\n- The delay between IP switches (in seconds).\n- Number of rounds (enter `0` for endless rotation).\n\n---\n\n### Proxy Configuration\n\nTo route traffic through Tor:\n\n- **Host**: `127.0.0.1`\n- **Port**: `9050`\n- You may apply this in your browser or other tools under SOCKS5 settings.\n\n---\n\n### What Happens Internally\n\n- LostIP spins up Tor automatically.\n- Each cycle, Tor resets the connection to fetch a fresh IP.\n- The script prints the new IP and its location.\n- When the tool exits (manually or after completing cycles), Tor is gracefully stopped.\n\n---\n\n### Sample Output\n\n```\nEnter rotation interval (sec) [default: 60]: 25\nEnter number of cycles (0 = infinite): 3\n\n[+] Switching Tor circuit…\n[✓] IP: 51.158.68.26 — France, Île‑de‑France, Paris\n\n[+] Switching Tor circuit…\n[✓] IP: 176.10.99.100 — Germany, North Rhine‑Westphalia, Düsseldorf\n\n[+] Switching Tor circuit…\n[✓] IP: 185.220.101.5 — Czechia, Prague\n```\n\n---\n\n### Termination\n\n- **Continuous mode**: Use `Ctrl+C` to stop.\n- **Limited mode**: The script exits after the set number of rotations.\n- Tor shuts down automatically in both cases.\n\n---\n\n### Uninstall\n\n```bash\ncd LostIP\nsudo bash install.sh\n```\n\nSelect `n` to remove installation.\n\n---\n\n### License \u0026 Author\n\n- Released under the **MIT License**.\n- Developed by **\\[RlxChap2 | 0xR1A7]**\n  GitHub: `https://github.com/RlxChap2`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlxchap2%2Flostip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlxchap2%2Flostip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlxchap2%2Flostip/lists"}