A simple web security workshop to discuss the fundamentals of different web vulnerabilities
- Clone this repo
cd
into the repository- Run
docker-compose up
The challenges should be up now at the following addresses:
- Basic: localhost:3000
- Exporting Data on Inspector Gadget: localhost:3001
- Basic: localhost:3002
- Worker's Union: localhost:3008
- Basic: localhost:3003
- Getting the Staff cookies: localhost:3004
- Getting the admin: localhost:3005
- Basic: localhost:3006
- Safe-Cmd: localhost:3007
- Docker
- Cross Site Scripting
- Local File Injection
- OS Command Injection
- SQL Injection