tilt41 / Mobile-tools

some scripts used for Android mobile application pen testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile-tools

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

About

some scripts used for Android mobile application pen testing

License:GNU General Public License v3.0


Languages

Language:Python 100.0%