Skip to content

This server is used for completing the course on udemy for learning android penetration testing. I edited this project for use this with docker.

Notifications You must be signed in to change notification settings

EminDemiri/ServerForAndroidPenetrationTesting

Repository files navigation

AndroLab Back-end Server Readme

This project is the python backend server for the Android InsecureBankv2 application which can be found at https://github.com/dineshshetty/Android-InsecureBankv2

Python required libraries

Install the below libraries using: easy_install

  • flask
  • flask-sqlalchemy
  • simplejson
  • cherrypy
  • web.py

Running the python server

Change the current directory to the AndroLabServer folder

cd AndroLabServer

Use the below syntax to run the HTTP server

python app.py

Use the below syntax to view the possible arguments

python app.py --help

About

This server is used for completing the course on udemy for learning android penetration testing. I edited this project for use this with docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published