ADB
Install ADB
brew install android-platform-toolsInstall APK
adb install name.apkPush file
adb push /path/from /path/toShell
adb shellPulling an App with ADB
adb shell pm list packages
adb shell pm path com.xxx.xxx
adb pull /path/to/app.apkChanging proxy settings
adb shell settings put global http_proxy <address>:<port>Deleting the settings
Add Burp certificate as a system certificate
Enable debugging
Screen recording
Screenshot
Install xapk
Last updated