A simple and efficient tool to automatically change your IP address using Tor network at regular intervals.

- 🔄 Automatic IP rotation at user-defined intervals
- 🛡️ Uses Tor network for secure IP changes
- 🚀 Works on multiple Linux distributions
- ⚡ Easy installation and setup
- ⌛️ Run without installation
- Arch Linux / Manjaro
- Debian / Ubuntu
- Kali Linux
- Parrot OS
- Fedora
- OpenSUSE
- Linux-based operating system
- Sudo privileges
- Internet connection
- tor,curl,xxd,fq packages required
- Clone the repository:
git clone https://github.com/techchipnet/ip-changer.git
cd ip-changer
- Make the installation script executable:
chmod +x ip-changer.sh
- Run the installation script:
sudo ./ip-changer.sh
- Follow the on-screen instructions to set your desired IP change interval.
- Clone the repository:
git clone https://github.com/techchipnet/ip-changer.git
cd ip-changer
- Make the installation script executable:
chmod +x setup.sh
- Run the installation script:
./setup.sh
- Follow the on-screen instructions to set your desired IP change interval.
Once installed, the service will automatically start and run in the background. Your IP address will be changed at the interval you specified during installation.
To check if the service is running:
systemctl status change-tor-ip.service
To stop the IP changer:
sudo systemctl stop change-tor-ip.service
To start the IP changer:
sudo systemctl start change-tor-ip.service
To change the IP rotation interval:
- Stop the service
- Edit the
change-tor-ip.service
file - Restart the service
To remove the IP Changer:
sudo systemctl stop change-tor-ip.service
sudo systemctl disable change-tor-ip.service
sudo systemctl stop tor
sudo systemctl disable tor
sudo rm /etc/systemd/system/change-tor-ip.service
sudo rm /home/$USER/change_tor_ip.sh
This tool uses the Tor network to change your IP address. While Tor provides anonymity, please be aware that:
- Some websites may block Tor exit nodes
- Your connection speed may be affected
- Always use HTTPS connections for sensitive data
This project is licensed under the MIT License.