Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 789 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 789 Bytes

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 currently supported only on Unix-like operating systems.

Usage

  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

Terminal