Skip to main content

Posts

Showing posts from May, 2020

Installing Docket & Juice Shop on Kali Linux

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' | sudo tee /etc/apt/sources.list.d/docker.list sudo apt-get update sudo apt-get install docker-ce Installing OWASP Juice Shop systemctl start docker sudo docker pull bkimminich/juice-shop sudo docker run --rm -p 3000:3000 bkimminich/juice-shop go to localhost:3000