evandroeisinger / secDevLabs

πŸ” OWASP Top 10 vulnerable apps based on real-life scenarios.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secDevLabs

The main goal of this project is to provide a laboratory for those who are interested in learning about web security development in a practical manner.

Build your own lab

By provisioning local environments via docker-compose, you will learn how the most critical web application security risks are exploited and how these vulnerable code can be fixed to mitigate them. πŸ‘©β€πŸ’»

How do I start?

After cloning this repository, you will find multiple intended vulnerable apps based on real life cenarios in various languages such as Golang, Python and PHP. A good start would be installing the ones you are most familiar with. πŸ’‘

Each of them has an Attack Narrative section that describes how an attacker would exploit the corresponding vulnerability. Before reading any code, it may be a good idea following these steps so you can better understand the attack itself. πŸ’‰

Now it's time to shield the application up! Imagine that this is your application and you need to fix these flaws! Your mission is writing new code that mitigates them and sending a new Pull Request to deploy a secure app! πŸ”

How secure is my new code?

After mitigating a vulnerability, you can send a Pull Request using the review requested label to gently ask secDevLabs community to review your new secure code. If you're feeling a bit lost, try having a look at this mitigation solution, it might help! πŸš€

OWASP Top 10 (2017) apps:

Disclaimer: You are about to install vulnerable apps in your machine! πŸ”₯

Contributing

We encourage you to contribute to SecDevLabs! Please check out the Contributing to SecDevLabs section for guidelines on how to proceed! πŸŽ‰

License

This project is licensed under the BSD 3-Clause "New" or "Revised" License - read LICENSE.md file for details. πŸ“–

About

πŸ” OWASP Top 10 vulnerable apps based on real-life scenarios.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 62.4%Language:JavaScript 17.1%Language:CSS 12.1%Language:HTML 7.1%Language:Python 0.4%Language:Go 0.4%Language:Shell 0.3%Language:Makefile 0.2%Language:Dockerfile 0.0%Language:Hack 0.0%