Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 963 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 963 Bytes

Instructions

We'll need Node.js and npm installed on your systems:

  • Node.js - version 10.15.3 or later. Get it here [1]
  • npm - version 6.4.1 or later. Get it here [2]

After installing npm, please install this package: npm i -g http-server

OWASP Juice Shop

We'll also need OWASP Juice Shop [3]. Please go here [4] for installation instructions.

The recommended install process is using Docker (which requires you to have docker on your system as well).

For reference, how to install OWASP Juice Shop using Docker on MacOS:

docker run -p 3000:3000 bkimminich/juice-shop       # don't use the --rm option

The OWASP Juice Shop interface should be accessible by pointing your browser to: http://localhost:3000

Links

  1. https://nodejs.org/en/download/
  2. https://www.npmjs.com/get-npm
  3. https://www.owasp.org/index.php/OWASP_Juice_Shop_Project
  4. https://github.com/bkimminich/juice-shop#setup