Skip to content

pfortuna/appsec-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published