From fdec1924d72e3fccda3eaa56162f4982847e53c6 Mon Sep 17 00:00:00 2001 From: Dani Roxberry Date: Mon, 20 Nov 2023 15:48:33 -0500 Subject: [PATCH] Update OWASP.md --- Lessons/OWASP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lessons/OWASP.md b/Lessons/OWASP.md index 8daacad..a0c16db 100644 --- a/Lessons/OWASP.md +++ b/Lessons/OWASP.md @@ -29,7 +29,7 @@ To set up your own instance of the [OWASP Juice Shop](https://juice-shop.herokua 1. Run the following script in your terminal: ```bash - $ bash <(curl -sL https://droxey.com/ctf) + $ docker run --rm -e "CTF_KEY=acs3230" -e "NODE_ENV=ctf" -p 3000:3000 bkimminich/juice-shop ``` 1. Use everything you learned in [Hacksplaining: OWASP Top 10](https://www.hacksplaining.com/owasp) to exploit your Juice Shop instance.