DEV Community

Cover image for How to change IP every 5 seconds - Total Anonymity
Aadarsh Nagrath
Aadarsh Nagrath

Posted on

How to change IP every 5 seconds - Total Anonymity

Hi there,
Let me tell you how you can change your IP address every 5 seconds and stay anonymous.
Firstly you need to be in Kali Linux - (CyberSec Os).

Now we will be using AutoTop IP changer; with this, you will be connected to the Tor network, and your IP will change every few seconds automatically. This will help us to be completely anonymous.

*So go to Google and Search "auto Tor ip changer", and click on the first link that appears - *

.

You will be in a GitHub repo -

https://github.com/FDX100/Auto_Tor_IP_changer
Enter fullscreen mode Exit fullscreen mode

Now click on the code and copy the repo git Link -

https://github.com/FDX100/Auto_Tor_IP_changer.git
Enter fullscreen mode Exit fullscreen mode

Now open the terminal, and open it or change it to root terminal, and -

git clone https://github.com/FDX100/Auto_Tor_IP_changer.git
Enter fullscreen mode Exit fullscreen mode

Now get into the directory :

cd Auto_Tor_IP_Changer

Enter fullscreen mode Exit fullscreen mode

And follow the following code -

.

It will console the msg that - congrats Tor IP changer installed.
Now type "aut" in the terminal - this will start your Tor ip changer.
Now before going ahead, you need to configure your browser, so for that open the settings of your browser (preferably Firefox), and go to the Network Settings section.
In settings select "Manual proxy configurations", and in SOCKS Host insert - 127.0.0.1 and for PORT - 9050, and click on OK.

.

Now go back to the terminal and answer the two prompts -
"time to change ip in seconds" - in how many seconds you want to change IP. Type 5 for 5 seconds.
&
"how many times do you change your IP"

.

That's it you are all set and done.

To verify this, go to dnsleaktest.com, which displays your current IP address, now keep refreshing after every 5 seconds.
If you liked this connect with me on Twitter

Top comments (0)