Skip to content

Latest commit

 

History

History

vulnerable_flask_blog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Vulnerable Flask Blog

This is vulnerable web application prepared for this laboratory.

Prerequisites

  1. Docker

Usage

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