Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

SecurityCompass/LabServer

Repository files navigation

b Server

This is the server component used with the Android and iPhone security labs available at https://github.com/SecurityCompass/AndroidLabs and https://github.com/SecurityCompass/iPhoneLabs

Setup

You'll need to install:

  • blinker
  • cherrypy
  • flask
  • flask-sqlalchemy
  • simplejson

Run:

easy_install blinker cherrypy flask flask-sqlalchemy simplejson

Using

To run the HTTP server on port 8080

python app.py 

To run the HTTPS server on port 8443

python app.py --ssl --port 8443

About

Server component of the mobile labs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages