Skip to content

Commit

Permalink
Update OWASP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
droxey authored Nov 20, 2023
1 parent 6923b06 commit fdec192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lessons/OWASP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fdec192

Please sign in to comment.