{"id":27438536,"url":"https://github.com/techchipnet/ip-changer","last_synced_at":"2025-04-14T20:39:58.749Z","repository":{"id":286937734,"uuid":"960537159","full_name":"techchipnet/ip-changer","owner":"techchipnet","description":"A simple and efficient tool to automatically change your IP address using Tor network at regular intervals.","archived":false,"fork":false,"pushed_at":"2025-04-09T03:54:45.000Z","size":1433,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T04:28:20.946Z","etag":null,"topics":["anonymous","anonymous-browsing","auto-ip-changer","ip-changer","newnym","tor","tor-browser","tor-ip","tor-ip-changer"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techchipnet.png","metadata":{"files":{"readme":"README.md","changelog":"change-tor-ip.service","contributing":null,"funding":null,"license":null,"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-04T15:53:08.000Z","updated_at":"2025-04-09T03:54:49.000Z","dependencies_parsed_at":"2025-04-09T04:28:30.157Z","dependency_job_id":"519035af-4432-4bcc-a47c-8417019fbf2e","html_url":"https://github.com/techchipnet/ip-changer","commit_stats":null,"previous_names":["techchipnet/ip-changer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fip-changer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fip-changer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fip-changer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fip-changer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techchipnet","download_url":"https://codeload.github.com/techchipnet/ip-changer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248958905,"owners_count":21189780,"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":["anonymous","anonymous-browsing","auto-ip-changer","ip-changer","newnym","tor","tor-browser","tor-ip","tor-ip-changer"],"created_at":"2025-04-14T20:39:57.687Z","updated_at":"2025-04-14T20:39:58.737Z","avatar_url":"https://github.com/techchipnet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP Changer\n\nA simple and efficient tool to automatically change your IP address using Tor network at regular intervals.\n\n\u003cimg width=\"800\" alt=\"banner\" src=\"https://github.com/user-attachments/assets/a5554d67-a655-4f42-b0c4-ef9272ba8e76\" /\u003e\n\n## Features\n\n- 🔄 Automatic IP rotation at user-defined intervals\n- 🛡️ Uses Tor network for secure IP changes\n- 🚀 Works on multiple Linux distributions\n- ⚡ Easy installation and setup\n- ⌛️ Run without installation\n\n## Supported Distributions\n\n- Arch Linux / Manjaro\n- Debian / Ubuntu\n- Kali Linux\n- Parrot OS\n- Fedora\n- OpenSUSE\n\n## Prerequisites\n\n- Linux-based operating system\n- Sudo privileges\n- Internet connection\n- tor,curl,xxd,fq packages required\n\n## Run without Installation\n1. Clone the repository:\n```bash\ngit clone https://github.com/techchipnet/ip-changer.git\ncd ip-changer\n```\n\n2. Make the installation script executable:\n```bash\nchmod +x ip-changer.sh\n```\n\n3. Run the installation script:\n```bash\nsudo ./ip-changer.sh\n```\n\n4. Follow the on-screen instructions to set your desired IP change interval.\n## Setup for service\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/techchipnet/ip-changer.git\ncd ip-changer\n```\n\n2. Make the installation script executable:\n```bash\nchmod +x setup.sh\n```\n\n3. Run the installation script:\n```bash\n./setup.sh\n```\n\n4. Follow the on-screen instructions to set your desired IP change interval.\n\n## Usage\n\nOnce installed, the service will automatically start and run in the background. Your IP address will be changed at the interval you specified during installation.\n\n### Checking Status\n\nTo check if the service is running:\n```bash\nsystemctl status change-tor-ip.service\n```\n\n### Stopping the Service\n\nTo stop the IP changer:\n```bash\nsudo systemctl stop change-tor-ip.service\n```\n\n### Starting the Service\n\nTo start the IP changer:\n```bash\nsudo systemctl start change-tor-ip.service\n```\n\n### Changing the Interval\n\nTo change the IP rotation interval:\n1. Stop the service\n2. Edit the `change-tor-ip.service` file\n3. Restart the service\n\n## Uninstallation\n\nTo remove the IP Changer:\n```bash\nsudo systemctl stop change-tor-ip.service\nsudo systemctl disable change-tor-ip.service\nsudo systemctl stop tor\nsudo systemctl disable tor\nsudo rm /etc/systemd/system/change-tor-ip.service\nsudo rm /home/$USER/change_tor_ip.sh\n```\n\n## Security Note\n\nThis tool uses the Tor network to change your IP address. While Tor provides anonymity, please be aware that:\n- Some websites may block Tor exit nodes\n- Your connection speed may be affected\n- Always use HTTPS connections for sensitive data\n\n## License\n\nThis project is licensed under the MIT License.\n\n### Video Demo\n[![Hound Demo](https://img.youtube.com/vi/dcTlDILnrSY/0.jpg)](https://www.youtube.com/watch?v=dcTlDILnrSY)\n\n### For More Video subcribe \u003ca href=\"http://youtube.com/techchipnet\"\u003eTechChip YouTube Channel\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechchipnet%2Fip-changer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechchipnet%2Fip-changer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechchipnet%2Fip-changer/lists"}