Setup: Androl4b
- Download Androl4b from
https://github.com/sh4hin/Androl4b - Combine the downloaded archives using 7zip
https://askubuntu.com/questions/134227/how-to-extract-files-from-a-split-7zip-archive - Import
Androl4b.ovainto VirtualBox. - Start the
Androl4bVirtual Machine. - Login using the following credentials:
andro/andro Start android emulator
- Click on the "Emulator" desktop icon.
- Enter
1234as the lock screen password.
Setup a vulnerable app
Android-InsecureBankv2Start AndroLab server by running following commands in a terminal:
$ cd /home/andro/Desktop/Labs/Android-InsecureBankv2/AndroLabServer/ $ wget https://raw.githubusercontent.com/dineshshetty/Android-InsecureBankv2/master/AndroLabServer/requirements.txt $ pip install -r requirements.txt $ python app.pyStart a new terminal and run following commands to install the vulnerable mobile app into the android emulator:
$ cd /home/andro/Desktop/Labs/Android-InsecureBankv2 $ adb install InsecureBankv2.apk
Start hacking!