rce-serialization-dotnet

Install and Run the OWASP Launch Juice Shop

Launch Windows Subsystem for Linux, install the container, and launch the Juice Shop.

  1. Open an Ubuntu shell from a Windows Command or Powershell terminal:

     wsl
    

    If you need to install Windows Subsystem for Linux, please see WSL Install.

  2. Install the OWASP Juice Shop container From the Ubuntu command shell:

     sudo docker pull bkimminich/juice-shop
     sudo docker run --rm -p 88:3000 bkimminich/juice-shop
    

    If you need to install Docker, see Docker Install.

  3. Launch a browser and navigate to http://localhost:88.