Skip to content

fennellkyle/vwa1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Vulnerable Web App 1

This is a simple and clean web application to demo and test web application vulneabilities.
This version is build with Flask (Python).

Run locally in debug:
python3 -m flask --app app/main --debug run

Run in docker:
sudo docker image build -t vwa1 .
docker run -d --publish 8000:5000 --name vwa1 vwa1

Run test suite on new PRs:
python -m pytest

About

A clean and simple web app to demo and test web app vulns. (written in Flask/Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors