Installation Steps
Follow these numbered steps to set up the tool:- Install ADB: Open an elevated PowerShell (Run as Administrator) and execute: choco install adb –version=1.0.39.
- Create Project Directory: Make a new folder and download the Docker Compose file using curl: curl https://raw.githubusercontent.com/CanciuCostin/android-spyware/master/docker/docker-compose.yml -o docker-compose.yml.
- Pull Docker Images: Run docker-compose pull to fetch the required containers, including Metasploit and Rails components.
- Start ADB Server: In a command prompt, type adb server to initialize the bridge.