How to locate a mobile phone using Kali Linux
First of all, you need to have the IP Address of that phone.
You can check it here[1]
Once you have their IP, you need to install iplocater.pl on your kali based system. Save it on your desktop.
Now fire up Kali's terminal,
This attack won't work if JSON Module and liblocal are not installed/upgraded on your system.
Here are the commands for the same:
- apt-get install liblocal-lib-perl
- apt-get upgrade liblocal-lib-perl
- sudo cpan JSON
Press after each line.
After each of these modules are successfully installed and upgraded, we need to go to the directory where we initially installed iplocater.pl( Desktop in our case)
To do this, type the following command:
- cd Desktop
Press .
Now we're in the Desktop directory,
To confirm the same, you can type 'ls' in the command prompt and it will show you all the files on your desktop directory!
Now, we need to type the following command
- perl iplocater.pl
In place of , type the IP of the victim phone we initially saved.
And, let this owl do his work, sit back, relax!
After he is done, you'll get the location of the victim phone:
Hope it helps!
Cheers!
Aditya Keshri
Footnotes
[1] What Is My IP AddressArticoli simili
- Come installare Kali Linux dopo il download in Windows 10 sia con Kali Linux che con Windows 10
- Come usare superuser (root) nel nuovo Kali Linux come utente Kali non mi sta dando molti permessi
- Qual è una migliore stazione di hacking portatile, Raspberry Pi con Kali Linux o un dispositivo Android con Kali NetHunter?
- How to make a to-do-list using PHP and connecting it using MySQL