From 7122c4f1f1b1ae4e2030329f156cd35f5eadd32f Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Wed, 30 Mar 2022 21:55:22 +0200 Subject: [PATCH] Added 2 OWASP Projects probably worth looking into? --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5e072b..0881bb8 100644 --- a/README.md +++ b/README.md @@ -822,6 +822,8 @@ If you enjoy this awesome list and would like to support it, check out my [Patre ### Application - [OWASP Juice Shop](https://github.com/bkimminich/juice-shop) - Probably the most modern and sophisticated insecure web application - Written by [@bkimminich](https://github.com/bkimminich) and the [@owasp_juiceshop](https://twitter.com/owasp_juiceshop) team. +- [OWASP Webgoat](https://github.com/WebGoat/WebGoat) - WebGoat is a deliberately insecure application written in Java. +- [OWASP WrongSecrets](https://github.com/commjoen/wrongsecrets) - Vulnerable application which shows how to NOT handle secrets. Supports GCP/AWS/Azure and shows a lot of mistakes in Docker. Maintained by [commjoenie](https://twitter.com/commjoenie) and the WrongSecrets team. - [BadLibrary](https://github.com/SecureSkyTechnology/BadLibrary) - Vulnerable web application for training - Written by [@SecureSkyTechnology](https://github.com/SecureSkyTechnology). - [Hackxor](http://hackxor.net/) - Realistic web application hacking game - Written by [@albinowax](https://twitter.com/albinowax). - [SELinux Game](http://selinuxgame.org/) - Learn SELinux by doing. Solve Puzzles, show skillz - Written by [@selinuxgame](https://twitter.com/selinuxgame).