Skip to content

A tool for automatically change the Tor IP address over time. Maximize anonymity!

License

Notifications You must be signed in to change notification settings

isPique/Tor-IP-Changer

Repository files navigation

Auto Change Tor IP

  • This tool automates the process of periodically changing the Tor IP address.
  • Basically it enters a loop where it continuously fetches a new IP address through Tor proxies.
  • Restart tor service, and you got a new IP :D

Important

This version of the tool is now supported both on Unix-like and Windows operating systems!

Usage

Linux:

  1. Clone the repository:

    git clone https://github.com/isPique/Tor-IP-Changer.git
  2. Navigate to the project directory:

    cd Tor-IP-Changer
  3. Install required libraries:

    pip install -r requirements.txt
  4. Run the script:

    sudo python3 IP-Changer.py

Windows:

  1. Clone the repository:

    git clone https://github.com/isPique/Tor-IP-Changer.git
  2. Navigate to the project directory:

    cd Tor-IP-Changer
  3. Install required libraries:

    pip install -r requirements.txt
  4. Run the script:

    python IP-Changer.py

Note

Please do NOT edit or delete the tor_path.txt file.


Terminal