OWASP Juice Shop
- Github:
https://github.com/juice-shop/juice-shop
Requirements
- Node.js
- Git
- npm
- Kali or any Linux distro
Installation
- Install Node.js
- Open terminal:
cd /var/www/html
- Clone the repository:
git clone https://github.com/juice-shop/juice-shop.git --depth 1
- Go inside the folder:
cd juice-shop
- Run in the terminal:
nmp install
(one time only)
Starting & Running OWASP Juice Shop
- Run in the terminal:
cd /var/www/html/juice-shop
- Run in the terminal:
nmp start
- Open your Browser and go to
localhost:3000