This script allows you to change your IP address using the Tor network.
- The script must be run as root.
- The
curl
andtor
packages must be installed. - The Tor service must be running and configured to use the socks5 proxy at
127.0.0.1:9050
.
- Download the script to your system:
wget https:/github.com/freakfr0/IP-Changer
- Make the script executable:
chmod +x ip-changer.sh
- Run the script:
./ip-changer.sh
- Enter the time interval in seconds for how often you want to change your IP address.
- Enter the number of times you want to change your IP address.
- Enter
0
for infinite IP changes.
- Enter
The script will automatically change your IP address every specified interval or until the specified number of changes are made.
This script is licensed under the MIT License.
This README.md file provides an overview of the script, installation instructions, usage information, and a license section. You can customize it further based on your specific needs.