StudSec / pwncrates

A CTF framework with a focus on educational benefit.
https://ctf.studsec.nl
GNU General Public License v3.0
5 stars 8 forks source link

Switch over from flask #34

Closed Aidan-Stephenson closed 11 months ago

Aidan-Stephenson commented 11 months ago

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

Aidan-Stephenson commented 11 months ago

Fixed in 235c6ca98e711942d934b65b80f28135784afa7b