Insecure Flask App
-
Create and activate a virtual environment
-
Install the dependencies:
pip install requirements.txt
-
Run the Flask app:
python app.py
-
Serve the index.html from the "hacker" folder with http.server:
python -m http.server --directory hacker 8002