In this blog we are gonna learn that how easy it is to get someone's location by just sending a link, so without any delay let's start.
First we need to install a tool named Storm-Breaker developed by ultra security in python. This tool can not only give us location or ip address of the victim but with the help of this tool we can also hack our targets microphone. But for now our main focus is to how to gather ip address of our target. So first power on your linux machine or if you have python installed on your windows machine then it'll run on windows too.
Commands:
git clone https://github.com/ultrasecurity/storm-breaker.git
cd Storm-Breaker
pip3 install -r requirements.txt
Now after installing the requirements.txt file now start the tool python3 st.py, a web portel will open login to that portal by entering "admin : admin"
I'm gonna perform this attack on localhost but if you want to perform this attack on LAN then you can use ngrok. So now copy the "near you" link and send it to your victim, in my case i'm the victim so i'm gonna send this link to myself.
As you can see in the above screenshot it not only captures my IP Address but it also captures my systeminfo and it is also giving the link of google map, now copy the ip address and paste it on any online ip location tracker such as whatismyipaddress and it will give you the location of your target.
Tools like storm-breaker made easy for us to grab the ip address of our target without any hassel and i hope you guys enjoyed the blog and learned something new from my blog. I will try to write more blogs on tools review and osint in future till then bye.
Comments
Post a Comment
Give us your feedback about our blogs.