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.
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, make sure Add Python to PATH is ticked.
adb
python3-tk
[Ubuntu/Debian] Install from Terminal:
sudo apt-get install android-tools-adb python3-tk
[Mac] Install from Homebrew:
brew install android-platform-tools
[Windows] : Included.
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
python -m andriller
Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…
MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…
"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…
CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…
The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…
The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…