Having fun while learning about and pivoting into the world of DFIR.
by ogmini
Trying out Android Logical Extractor (ALEX) by Christian Peter today — available at https://github.com/prosch88/ALEX. My test setup:
What follows are just some quick observations/thoughts. This is not meant to be a full review.
Pretty straightforward and this assumes you already have Python installed on the system. These steps are for Windows.
pip install -r requirements.txtwinget install --id Google.PlatformToolsadb devices to verifypython.exe alex.py
On the main menu you have the following option:
I tried out all of the options except for “Chat Capture” and encountered no issues/errors. I have no chats on my test Pixel 7 at the moment. I have not had a chance to run this on the Pixel 6A yet.
ALEX is Very easy to use and gives similar vibes to Android Triage. I have to find some more time to dig in deeper. Feeding the output in ALEAPP and examining any differences between ALEX’s capabilities on a rooted and non-rooted phone.
tags: #Android #Python #ALEX