This project is none other than the InsecureBankV2 application available at this url: https://github.com/dineshshetty/Android-InsecureBankv2. This is just a port of the server written in python2 on docker.
- Download this project.
git clone https://github.com/CobblePot59/InsecureBankv2-docker.git
- Launch docker-compose to start the server.
docker compose up -d --build
- Install the app on the Android KitKat device.
adb install InsecureBankv2.apk
- Open InsecureBankv2 and configure it with server ip
Remarque : The credentials are dinesh/Dinesh@123$ or jack/Jack@123$

