Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWASP juice shop solutions

Revisited to prepare for OSWE! https://github.com/juice-shop/juice-shop.

Installation

  1. Install Docker
  2. Run docker pull bkimminich/juice-shop
  3. Run docker run --rm -p 3000:3000 bkimminich/juice-shop
  4. Browse to http://localhost:3000 (on macOS and Windows browse to http://192.168.99.100:3000 if you are using docker-machine instead of the native docker installation)
# run unsafe mode to enable all challenge
docker run -d -e "NODE_ENV=unsafe" -p 3000:3000 bkimminich/juice-shop

Solutions

Level 1 Star challenge ⭐

Old

Level 2 Star challenge ⭐⭐

Old

Level 3 Star challenge ⭐⭐⭐

Level 4 Star challenge ⭐⭐⭐⭐

About

OWASP juice shop solutions

Resources

Stars

47 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors