This is vulnerable web application prepared for this laboratory.
- Docker
To build app locally, download source from github
git clone https://github.com/GrosQuildu/agh_binary_exploitation_workshops.git
Then to run app, just type:
cd lab1/vulnerable_flask_blog/src
docker build --tag lab1_vuln_flask .
docker run -p 80:5000 -d lab1_vuln_flask
Content will be available at http://localhost:80