From e100e2fd2a57e97db15b3973092924a3301069b7 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Wed, 4 Jan 2023 14:51:41 +0100 Subject: [PATCH] Update README to include OWASP WrongSecrets docker container --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ace228..c8b80d2 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ See also [awesome-vulnerable](https://github.com/kaiiyer/awesome-vulnerable). * [Damn Vulnerable Web Application (DVWA)](https://hub.docker.com/r/citizenstig/dvwa/) - `docker pull citizenstig/dvwa`. * [OWASP Juice Shop](https://github.com/bkimminich/juice-shop#docker-container--) - `docker pull bkimminich/juice-shop`. +* [OWASP WrongSecrets](https://github.com/OWASP/wrongsecrets) - `docker pull jeroenwillemsen/wrongsecrets:latest-no-vault`. * [OWASP Mutillidae II Web Pen-Test Practice Application](https://hub.docker.com/r/citizenstig/nowasp/) - `docker pull citizenstig/nowasp`. * [OWASP NodeGoat](https://github.com/owasp/nodegoat#option-3---run-nodegoat-on-docker) - `docker-compose build && docker-compose up`. * [OWASP Security Shepherd](https://hub.docker.com/r/ismisepaul/securityshepherd/) - `docker pull ismisepaul/securityshepherd`.