Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.2 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.2 KB

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