How to Change IP Every 5 seconds On Linux

  1. Clone these 2 GitHub Repos -

       git clone https://github.com/ruped24/toriptables2.git
       git clone https://github.com/ruped24/tor_ip_switcher.git
  2. Then Run this Command

       sudo apt-get install tor
       sudo service tor start
  3. This is working on linux system, Go to this directory and delete the # sign in the lines starting with the control port and hash

       sudo nano /etc/tor/torrc
       tor --hash-password

    write sudo nano /etc/tor/torrc and record the number given to the hashed part.

  4. Then Run these commands

       cd toriptables2
       python toriplables2.py -l
  5. Now Open the tor switches directory and run it

       cd tor_ip_switcher
       python tor_ip_switcher

    enter the password before you set

    Set the IP address Duration and the IP address changes every 5 seconds

Its done, Now the IP will change every 5 seconds.

Greate work man !! It works and very use ful for web scrapping

    7 months later