Git Product home page Git Product logo

andriller's Introduction

Andriller CE (Community Edition)

Build Workflow License PyPI Version Twitter Follow

Andriller - is software utility with a collection of forensic tools for smartphones. It performs read-only, forensically sound, non-destructive acquisition from Android devices. It has features, such as powerful Lockscreen cracking for Pattern, PIN code, or Password; custom decoders for Apps data from Android (some Apple iOS & Windows) databases for decoding communications. Extraction and decoders produce reports in HTML and Excel formats.

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-3.9 (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 python and pip to python3 and pip3 retrospectively for the instructions below.

Windows only: when installing Python from https://www.python.org, make sure Add Python to PATH is ticked.

System Dependencies

  • adb
  • python3-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 env

Activate the virtual environment (Linux/Mac):

source env/bin/activate

Activate the virtual environment (Windows):

.\env\Scripts\activate

Install Andriller with its Python dependencies (same command to upgrade it):

pip install andriller -U

Quick Start (run GUI)

python -m andriller

License

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.

Donations

You may make donations to the projects, or you can also just buy me a beer:

Donate

andriller's People

Contributors

den4uk avatar ppoffice avatar pshem avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.