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 AddressArtigos semelhantes
- Qual é a diferença entre Kali Linux NetHunter e Kali Linux?
- Como instalar o Kali Linux após o download no Windows 10 com Kali Linux e Windows 10
- Como usar o superusuário (root) no novo Kali Linux como usuário Kali não está me dando muitas permissões
- O que é uma melhor estação de hacking portátil, Raspberry Pi rodando Kali Linux ou um dispositivo Android com Kali NetHunter?