Categorygithub.com/arthurcgc/secdevlabs
module
0.0.0-20191105174257-9a10ecfa2e3c
Repository: https://github.com/arthurcgc/secdevlabs.git
Documentation: pkg.go.dev

# README

A laboratory for learning secure web development in a practical manner.

Build your 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 codes can be fixed to mitigate them. 👩‍💻

How do I start?

After forking this repository, you will find multiple intended vulnerable apps based on real-life scenarios in various languages such as Golang, Python and PHP. A good start would be installing the ones you are most familiar with. You can find instructions to do this on each of the apps. 💡

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 codes that mitigate 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 to gently ask the secDevLabs community to review your new secure codes. 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! 🔥

VulnerabilityLanguageApplication
A1 - InjectionGolangCopyNPaste API
A1 - InjectionNodeJSMongection
A1 - InjectionPythonSSType
A2 - Broken AuthenticationPythonSaidajaula Monster Fit
A2 - Broken AuthenticationGolangInsecure go project
A3 - Sensitive Data ExposureGolangSnakePro
A4 - XML External Entities (XXE)PHPViniJr Blog
A5 - Broken Access ControlGolangVulnerable Ecommerce API
A5 - Broken Access ControlNodeJSTic-Tac-Toe
A6 - Security MisconfigurationPHPVulnerable Wordpress Misconfig
A6 - Security MisconfigurationNodeJSStegonography
A7 - Cross-Site Scripting (XSS)PythonGossip World
A8 - Insecure DeserializationPythonAmarelo Designs
A9 - Using Components With Known VulnerabilitiesPHPCimentech
A10 - Insufficient Logging & MonitoringPythonGamesIrados.com

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. 📖

# Packages

No description provided by the author