Skip to content

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

License

Notifications You must be signed in to change notification settings

labcif/ADB-Extractor

Repository files navigation

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 .

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages