Skip to content

MattLombana/Vulnerable-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerable Apps

This is a repo to hold a collection of vulnerable applications used to practice and learn about security vulnerabilities.

Docker Usage

If you want to use docker, you can use the following commands for any given application:

docker-compose build
docker-compose up -d

Local Usage

To use an app, enter its directory, and run the following commands:

pip install -r requirements.txt
./app.py

Cross Country

This app is used to demonstrate XSS and CSRF.

Steroid Supreme

This app is used to demonstrate bash injection in python

iDoor

This app is used to demonstrate Insecure Direct Object References (IDOR)

Black Friday

This app is used to demonstrate Poor Data Validation

About

A repo to contain web apps that were written to be vulnerable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published