Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ADEL — Android Data Extractor Lite | Kitploit
Tools/GitHubGitHub/mspreitz/adel
Android SecurityForensicsMobile ForensicsData RecoveryDigital ForensicsMobile SecurityDatabase Security
GitHubmspreitz/adel

ADEL

Android Data Extractor Lite

View Repository
1305111 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

ADEL - Android Data Extractor Lite

This Python script dumps all important SQLite Databases from a connected Android smartphone to the local disk and analyzes these files in a forensically accurate workflow. If no smartphone is connected you can specify a local directory which contains the databases you want to analyze. Afterwards this script creates a clearly structured XML report.

If you connect a smartphone you need a rooted and insecure kernel or a custom recovery installed on the smartphone.

ADEL needs a predefined configuration for each device to work proper. This configuration has to be added in the following file:

root@kitploit:~
xml/phone_configs.xml

As an example we added the configuration for the Samsung Galaxy S2 running Android 2.3.3, more phone configurations will follow.

Example for the use of ADEL with a connected smartphone:

root@kitploit:~
adel.py -d device -l 4

Example for the use of ADEL with database backups:

root@kitploit:~
adel.py -d /home/user/backup -l 4
Download Tool