A lightweight Python-based Android forensics tool that uses adb to collect image files from a connected rooted Android phone and computes their MD5 and SHA-256 hashes for forensic analysis.
- β Automatically detects connected Android device via ADB
- π₯ Pulls image directories (
DCIM/CameraandDCIM/Screenshots) to local storage - π Computes MD5 and SHA-256 hashes of all collected image files
- π Organizes data per-device in timestamped folders
- π Easy to extend for more forensic modules
- Python 3.7+
- ADB (Android Debug Bridge) installed and in your system PATH
- Rooted Android device with
adbdebugging enabled
