Skip to main content

Table of Contents

Prerequisites

Internet Browser

Quickstart

  1. 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.

  1. Install prerequisites:
sudo apt install nodejs npm
  1. Clone the following repository:
git clone https://github.com/juice-shop/juice-shop.git
  1. Navigate to the correct directory:
cd juice-shop
  1. Start the Juice Shop:
npm start
  1. 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.