9 lines
610 B
Markdown
9 lines
610 B
Markdown
# Acquisition Script for Mobile Resources
|
|
## Written by Kassiopia Rode
|
|
This script is designed to ease the aquisition of Android devices. It has options for a Physical extraction (requires bootloader to be unlocked), logical extraction, and adb backups
|
|
### Requirements
|
|
This script was built using Python 3.10.12 but any version 3.10+ should work. \
|
|
Required libraries can be installed with `pip install requirements.txt` \
|
|
All device extraction methods require USB Debugging to be enabled and the user to have the device passcode.
|
|
### Running the script
|
|
Run `python3 main.py` and select the relevant menu item |