Android Lab Automation Scripts
This project automates several tedious steps involved in setting up an Android pentesting environment. Whether you're working on a CTF challenge or performing a security assessment, these scripts help you save time and eliminate configuration errors.
๐ง Features
- โ Installs Burp Suite certificate into Android emulator (system-wide)
- โ Roots the emulator using Magisk for deeper testing capabilities
- โ Automatically installs Burp Suite into the emulator
- โ Fixes common AVD-related issues like broken networking or missing system images
๐ง Why I Built This
I noticed that setting up a test lab for Android pentesting often took up more time than the actual testing. I built these scripts to create a fast, repeatable, and consistent setup for myself and others in the security community.
๐งช Tools & Technologies
- Bash scripting
- Android Emulator (AVD)
- Magisk (rooting framework)
- Burp Suite (interception proxy)
- ADB (Android Debug Bridge)
๐ How to Use
Clone the repository and run the setup scripts:
git clone https://github.com/0s3zu4/android-lab-scripts.git
cd android-lab-scripts
chmod +x *.sh
# Run the setup script
./setup.sh
๐ฅ Demo Video
A video walkthrough of the scripts in action will be uploaded here soon.
๐ Repository
You can find the full project and source code here:
View on GitHub