{"id":27110852,"url":"https://github.com/so1icitx/ip_changer","last_synced_at":"2025-04-09T21:53:26.861Z","repository":{"id":286326320,"uuid":"961043089","full_name":"so1icitx/ip_changer","owner":"so1icitx","description":"IP Changer: Python-powered Tor IP changer for Linux. A python version of gr33n37-ip-changer for Arch Linux!","archived":false,"fork":false,"pushed_at":"2025-04-06T13:24:41.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T21:53:24.333Z","etag":null,"topics":["anonymity","cybersecurity","ethical-hacking","hacking-tool","ip","ip-changer","linux","open-source","privacy","proxy","python","python3","tor","tor-network","vpn"],"latest_commit_sha":null,"homepage":"","language":"Python","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/so1icitx.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}},"created_at":"2025-04-05T16:21:43.000Z","updated_at":"2025-04-06T13:24:44.000Z","dependencies_parsed_at":"2025-04-05T18:51:02.842Z","dependency_job_id":null,"html_url":"https://github.com/so1icitx/ip_changer","commit_stats":null,"previous_names":["so1icitx/ip_changer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so1icitx%2Fip_changer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so1icitx%2Fip_changer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so1icitx%2Fip_changer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so1icitx%2Fip_changer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/so1icitx","download_url":"https://codeload.github.com/so1icitx/ip_changer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119400,"owners_count":21050754,"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":["anonymity","cybersecurity","ethical-hacking","hacking-tool","ip","ip-changer","linux","open-source","privacy","proxy","python","python3","tor","tor-network","vpn"],"created_at":"2025-04-07T00:40:57.425Z","updated_at":"2025-04-09T21:53:26.842Z","avatar_url":"https://github.com/so1icitx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# IP Changer by so1icitx\n\nA **Python version** of the famous [gr33n37-ip-changer](https://github.com/gr33n37/gr33n37-ip-changer)! This lightweight script rotates your IP address using Tor on Linux. Perfect for **privacy**, **testing**, or **ethical hacking**. Run `sudo python3 ip_changer.py -s 10` to change your IP every 10 seconds—automatically installs `curl` and `tor` on Ubuntu, Debian, Fedora, CentOS, Arch, and more! TESTED ONLY ON ARCH, UPDATE COMING SOON!\n\n\n## Installation\n\n### Step 1: Get Python\nYou need Python 3. Check if it’s installed:\n```bash\npython3 --version\n```\nIf not, install it (e.g., `sudo apt install python3` on Ubuntu).\n\n### Step 2: Download the Script\nPick your method:\n\n#### With Git:\n```bash\ngit clone https://github.com/so1icitx/ip_changer.git\ncd ip_changer\n```\n\n### Step 3: Install the Requests Library\n\n### Arch Linux\n```bash\nsudo pacman -Syu python python-pip tor openbsd-netcat curl\nsudo pacman -S python-requests\nsudo pacman -S python-pysocks\n\n```\n\nThe script will install `curl` and `tor` automatically (as root) for supported Linux distros.\n\n## Firefox Setup\nTo see IP changes in Firefox:\n1. Go to `Settings \u003e General \u003e Network Settings \u003e Settings...`.\n2. Select `Manual proxy configuration`.\n3. Set:\n   - SOCKS Host: `127.0.0.1`\n   - Port: `9050`\n   - SOCKS v5\n   - Check `Proxy DNS when using SOCKS v5`\n4. Leave other fields blank, click `OK`.\n5. Refresh pages manually, or use a extension like 'tab reloader'.\n## Usage\n\nRun it as root since it manages Tor:\n\n### Quick Command\nChange IP every X seconds (e.g., 10 seconds, forever):\n```bash\nsudo python3 ip_changer.py -s 10\n```\n\nChange IP X times (e.g., 5 times, every 10 seconds):\n```bash\nsudo python3 ip_changer.py -s 10 -t 5\n```\n\n### Interactive Mode\nJust run it and follow the prompts:\n```bash\nsudo python3 ip_changer.py\n```\n\n### Options\n- `-s SECONDS`: Set the interval between changes (e.g., `-s 10` for 10 seconds).\n- `-t TIMES`: Set how many times to change (e.g., `-t 5` for 5 changes; omit for infinite).\n\n## Examples\n- **Every 10 seconds, forever**:\n  ```bash\n  sudo python3 ip_changer.py -s 10\n  ```\n  ```\n  === IP Changer by so1icitx ===\n  Press Ctrl+C to stop at any time.\n  Changing IP every 10 seconds (infinite mode)...\n  Reloading Tor to change IP...\n  New IP: 185.220.101.12\n  [10 seconds]\n  Reloading Tor to change IP...\n  New IP: 91.47.233.87\n  ```\n\n- **3 changes, every 5 seconds**:\n  ```bash\n  sudo python3 ip_changer.py -s 5 -t 3\n  ```\n  ```\n  === IP Changer by so1icitx ===\n  Press Ctrl+C to stop at any time.\n  Changing IP 3 times, every 5 seconds...\n  Change 1/3\n  Reloading Tor to change IP...\n  New IP: 109.70.100.23\n  Change 2/3\n  Reloading Tor to change IP...\n  New IP: 185.220.101.12\n  Change 3/3\n  Reloading Tor to change IP...\n  New IP: 91.47.233.87\n  IP changing complete!\n  ```\n\n## Troubleshooting\n- **\"Must be run as root\"**: Use `sudo`.\n- **Tor not working?**: Check it with `systemctl status tor.service`.\n- **IP not changing?**: Test Tor with `curl -x socks5h://127.0.0.1:9050 https://checkip.amazonaws.com`.\n- **Install failed?**: Ensure internet access and try again.\n\n## Supported Distros\n- Tested only on Arch Linux , will test on other distros soon!\n- Others? Report issues if it fails!\n\n## Notes\n- For educational use only—stay legal!\n- Inspired by [gr33n37-ip-changer](https://github.com/gr33n37/gr33n37-ip-changer)—credit to the OG!\n\nGot questions? Open an issue on GitHub or send a email at 'so1citix.zone242@passinbox.com'. Enjoy your anonymity!\n\n---\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fso1icitx%2Fip_changer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fso1icitx%2Fip_changer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fso1icitx%2Fip_changer/lists"}