Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 731 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 731 Bytes

ADB-Extractor

Python tool to extract Private, Public and APK File from Android emulator or device using ADB.

Requirements

  • Python 3
  • ADB
  • Android Emulator or Device
  • tar
  • gzip
  • PysimpleGUI (optional)

Installation

git clone 
cd ADB-Extractor
pip3 install -r requirements.txt

Script Usage

python3 acquisition.py -a <package name> -d [emulator | physical] -t [public | private | apk]
python3 acquisition.py -a com.example.app -d emulator -t private

GUI Usage

python3 acquisitionGUI.py

OS

Tested on Linux, Windows and MacOS.

Credits

Script based on the work of @mfrade and is bash implementation https://github.com/labcif/AndroidAcquisitionScript .