InsecureBankV2 Installation

All of the steps could be found at here.

Assuming you already got AVD installed, first download all the requirements using Python2.7:

C:\Python27\python.exe -m pip install -r requirements.txt

Navigate to the AndroLabServer folder in the downloaded InsecureBankv2 project source code and use the below command to run the HTTP server on the default port 8888:

C:\Users\secsh\Downloads\Android-InsecureBankv2\AndroLabServer>C:\Python27\python.exe app.py
The server is hosted on port: 8888

Now have the AVD setup properly:

image

Installing via the command adb install InsecureBankv2.apk, we can now view the app through the emulator:

image

Signin using the following credentials: jack/Jack@123$

image