OWASP Juice Shop

  • Github: https://github.com/juice-shop/juice-shop


Requirements

  1. Node.js
  2. Git
  3. npm
  4. Kali or any Linux distro


Installation

  1. Install Node.js
  2. Open terminal: cd /var/www/html
  3. Clone the repository: git clone https://github.com/juice-shop/juice-shop.git --depth 1
  4. Go inside the folder: cd juice-shop
  5. Run in the terminal: nmp install (one time only)


Starting & Running OWASP Juice Shop

  1. Run in the terminal: cd /var/www/html/juice-shop
  2. Run in the terminal: nmp start
  3. Open your Browser and go to localhost:3000