Skip to content

xaner4/vulnerable-flask-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vulnerable flask web app

A vulnerable web app for testing purposes

Install and start flask application

Install pipenv on your system

pip install --user pipenv

Install the python packages

pipenv install

Rename .env.example file to .env

mv .env.example .env

Change values if needed in the .env file

Init the database

flask init-db

start the flask app

flask run

PS. test data is not automaticly importet, but it can be done with the use of something like sqlite browser