Track People By A Link

by Arpan pandeyAugust 2, 2021

Want to track someone with a link? Have you ever wondered how to track someone with a link? If you think it is hard, you are wildly mistaken. Let's just show you how easy it is.

What do we use?

For the sake of this article, we will use a tool called StormBreaker. This is a fantastic tool that we can use to get someone's location, microphone, camera feed etc. This tool can be used to get someone's location by sending them a link. Let's get right in.

Clone the repository from GitHub.

We will just do a simple git clone.


git clone https://github.com/ultrasecurity/Storm-Breaker

Change The Directory.


cd Storm-Breaker

Run the install script to install dependencies.


sudo bash install.sh

Install the required Python Packages using pip.


python3 -m pip install -r requirments.txt

Now run the script.


sudo python3 Storm-Breaker.py 

The terminal should be like this.

The terminal that you should get after doing all of the things above should look like this.

Enter GET LOCATION

Enter 4 to go to get location.

Select template.

It will prompt you to select a template that you can use to send to your target. I like the second option so let's select 2.

Share the link.

If you have completed all the steps successfully a URL should appear in a format like https://*.ngrok.io. Share this URL and wait. As soon as they open it will show you the device data and when they allow location access, you will get a Google Maps URL of where they are.

Thank You!!