Table of Contents
Prerequisites
Internet Browser
Quickstart
- Open the following link in your browser:
https://juice-shop.herokuapp.com/#/
Usage
You can also start your own OWASP Juice Shop instance on your computer.
- Install prerequisites:
sudo apt install nodejs npm
- Clone the following repository:
git clone https://github.com/juice-shop/juice-shop.git
- Navigate to the correct directory:
cd juice-shop
- Start the Juice Shop:
npm start
- Open your Juice Shop in your browser via:
127.0.0.1:3000
Challenges
Disclaimer
The vulnerabilities and exploits shown in this repository are provided strictly for educational purposes. Do not attempt to use these techniques on systems without clear and explicit authorization.