Added 2 OWASP Projects probably worth looking into?

This commit is contained in:
Jeroen Willemsen 2022-03-30 21:55:22 +02:00 committed by GitHub
parent 37d1ea643d
commit 7122c4f1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).