Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 598 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 598 Bytes

Damn Vulnerable Python Flask Web Application

Make Flask Tutorial Project to be security vulnerable

Installation

Run bellow commands:

$ git clone https://github.com/khanhnt2/DVPFWA
$ python3 -m venv DVPFWA
$ cd DVPFWA
$ source bin/active
$ pip3 install -r requirements.txt

Run application

If it's your first time or you want to clear the database, run:

$ python3 main.py --init

If you want to keep the old database, run:

$ python3 main.py

Then open http://127.0.0.1:5000 in a browser.