some scripts used for Android mobile application pen testing
APK Ripper - rips the APK from a device connected via a USB cable. The device does not need to be rooted for this to work.
Data Ripper - rips data from the device for a given application. Use the application for a while than use this to pull shared preferences, databases, etc.
Search - reads a file and searches for every string in the file, creating a new directory for each search to keep everything seperated.
Installation: Install adb on your system and make sure it is in the path Install python on your system For linux/macOS make sure to chmod +x the python files Copy the files to a folder in your working path