With my last article(Android Application Penetration testing Part 1), (Android Application Penetration testing Part 2)we had look on basic architecture and penetration testing tools. Now Let’s dig dipper with ADB
Android Debug Bridge
Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.
Adb install – It is used to install an apk file into an Emulated/Connected Device
Adb pull – It is used to fetch some data from Emulated device (remote) to local host (local).
Adb push – It is used to push some data from local host (local) to Emulated Device (remote).
No comments:
Post a Comment