git clone https://github.com/den4uk/andriller.git
Andriller CE (Community Edition)
Features
- Automated data extraction and decoding
- Data extraction of non-rooted without devices by Android Backup (Android versions 4.x, varied/limited support)
- Data extraction with root permissions: root ADB daemon, CWM recovery mode, or SU binary (Superuser/SuperSU)
- Data parsing and decoding for Folder structure, Tarball files (from nanddroid backups), and Android Backup (backup.ab files)
- Selection of individual database decoders for Android apps
- Decryption of encrypted WhatsApp archived databases (.crypt to .crypt12, must have the right key file)
- Lockscreen cracking for Pattern, PIN, Password (not gatekeeper)
- Unpacking the Android backup files
- Screen capture of a device's display screen
Python Requirements
- 3.6+ (64-bit version recommended)
It is highly advised to setup a virtual environment to install Andriller and its dependencies in it. However, it is not essential, and the global environment can also be used. Depending on how Python was setup, it may be needed to substitute
pythonandpiptopython3andpip3retrospectively for the instructions below.
Windows only: when installing Python from https://www.python.org, make sure Add Python to PATH is ticked.
System Dependencies
adbpython3-tk
[Ubuntu/Debian] Install from Terminal:
$ sudo apt-get install android-tools-adb python3-tk[Mac] Install from brew cask:
$ brew cask install android-platform-tools[Windows] : Included.
Installation (Recommended way)
Create a virtual environment using Python 3:
$ python3 -m venv envActivate the virtual environment (Linux/Mac):
$ source env/bin/activateActivate the virtual environment (Windows):
> .\env\Scripts\activateInstall Andriller with its Python dependencies (same command to upgrade it):
(env) $ pip install andriller -UQuick Start (run GUI)
(env) $ python -m andrillerLicense
MIT License
Contributing
Contributions are welcome, please make your pull requests to the dev branch of the repository.
Bug Tracker
Bugs and issues can be submitted in the (Issues) section.
No comments:
Post a Comment