Right now, when we run pwncrates we get the following lovely output:
pwncrates_1 | Importing challenges...
pwncrates_1 | Importing categories...
pwncrates_1 | * Serving Flask app 'main'
pwncrates_1 | * Debug mode: off
pwncrates_1 | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
pwncrates_1 | * Running on all addresses (0.0.0.0)
pwncrates_1 | * Running on http://127.0.0.1:5000
pwncrates_1 | * Running on http://192.168.160.2:5000
pwncrates_1 | Press CTRL+C to quit
As the warning states, we shouldn't be using this for production. I'm not entirely sure how were supposed to do this but this needs to be looked into
Right now, when we run pwncrates we get the following lovely output:
As the warning states, we shouldn't be using this for production. I'm not entirely sure how were supposed to do this but this needs to be looked into