Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 731 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 731 Bytes

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