Python tool to extract Private, Public and APK File from Android emulator or device using ADB.
- Python 3
- ADB
- Android Emulator or Device
- tar
- gzip
- PysimpleGUI (optional)
git clone
cd ADB-Extractor
pip3 install -r requirements.txt
python3 acquisition.py -a <package name> -d [emulator | physical] -t [public | private | apk]
python3 acquisition.py -a com.example.app -d emulator -t private
python3 acquisitionGUI.py
Tested on Linux, Windows and MacOS.
Script based on the work of @mfrade and is bash implementation https://github.com/labcif/AndroidAcquisitionScript .