### ADBadb install $apk_file # install appadb shell pm list packages # list appsadb shell netstatadb shell psadb shell # Connect to deviceadb install # sideload apksadb push # PC to deviceadb pull # Device to PCadb logcat # commande line took that dumps a log of system messagesadb shell pm list packages # will give you a list of all installed package namesadb uninstall $package_name # uninstall a package# start serviceadb shell am startservice app.beetlebug/app.beetlebug.handlers.VulnerableService
Enable screenshot in app
# Common in Banking application. Technically not a vulnerability.wget https://gist.githubusercontent.com/su-vikas/36410f67c9e0127961ae344010c4c0ef/raw/a05b9aee83d1edcd78d8aa4d69f32c660404e0af/screenshot.jsfrida -U -f $package -l screenshot.js