πAndroid Basic Security Testing
Basic Security Testing

Last updated
Basic Security Testing

Last updated
adb shell
su #Enter this command when the shell is open to run as superuseradb -s 00b604081540b7c6 shell #Open shell of device with ID 00b604081540b7c6adb push foo.txt /sdcard/foo.txt #Send foo.txt to the deviceadb pull /sdcard #Get from the deviceadb shell pm list packages #List all applications installed on the device
#
adb shell pm path <package name> #Full application path to download the app
#
adb pull <apk path> #Extract the appadb install path_to_apkbashadb shell pm list packages adb shell pm list packages -3 -ffrida-ps -Uai