DEV Community

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

Posted on

2

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

Image of AssemblyAI tool

Transforming Interviews into Publishable Stories with AssemblyAI

Insightview is a modern web application that streamlines the interview workflow for journalists. By leveraging AssemblyAI's LeMUR and Universal-2 technology, it transforms raw interview recordings into structured, actionable content, dramatically reducing the time from recording to publication.

Key Features:
πŸŽ₯ Audio/video file upload with real-time preview
πŸ—£οΈ Advanced transcription with speaker identification
⭐ Automatic highlight extraction of key moments
✍️ AI-powered article draft generation
πŸ“€ Export interview's subtitles in VTT format

Read full post

Top comments (0)

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

πŸ‘‹ Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay