All Projects → globocom → Secdevlabs

globocom / Secdevlabs

Licence: bsd-3-clause
A laboratory for learning secure web and mobile development in a practical manner.

Projects that are alternatives of or similar to Secdevlabs

Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (+127.79%)
Mutual labels:  hacktoberfest, development
Nitro
Speedy local dev environment for @craftcms
Stars: ✭ 156 (-71.48%)
Mutual labels:  hacktoberfest, development
Ssrfmap
Automatic SSRF fuzzer and exploitation tool
Stars: ✭ 1,344 (+145.7%)
Mutual labels:  hacktoberfest, vulnerability
Programming Notes
Semua catatan tentang teknologi dan development 😎
Stars: ✭ 41 (-92.5%)
Mutual labels:  hacktoberfest, development
Python-Studies
All studies about python
Stars: ✭ 56 (-89.76%)
Mutual labels:  training, development
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+91.77%)
Mutual labels:  hacktoberfest, development
Okteto
Develop your applications directly in your Kubernetes Cluster
Stars: ✭ 1,937 (+254.11%)
Mutual labels:  hacktoberfest, development
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+5916.27%)
Mutual labels:  hacktoberfest, vulnerability
Training
🐝 A fast, easy and collaborative open source image annotation tool for teams and individuals.
Stars: ✭ 2,615 (+378.06%)
Mutual labels:  hacktoberfest, training
Training Material
A collection of Galaxy-related training material
Stars: ✭ 184 (-66.36%)
Mutual labels:  hacktoberfest, training
Training
Various Plone Trainings
Stars: ✭ 32 (-94.15%)
Mutual labels:  hacktoberfest, training
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (-50.46%)
Mutual labels:  hacktoberfest, development
App Tutorial
Tutorial app which is built in the tutorial
Stars: ✭ 29 (-94.7%)
Mutual labels:  hacktoberfest, development
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+106.03%)
Mutual labels:  hacktoberfest, development
Trivy
Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues
Stars: ✭ 9,673 (+1668.37%)
Mutual labels:  hacktoberfest, vulnerability
Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (-79.52%)
Mutual labels:  hacktoberfest, training
Reactnativekatas
This is a project that lets you participate in a fully-immersive, hands-on, and fun learning experience for React Native.
Stars: ✭ 917 (+67.64%)
Mutual labels:  training, development
H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (+1810.6%)
Mutual labels:  training, vulnerability
Mobile Toolkit
📱 Shell scripts for Android and iOS device management
Stars: ✭ 161 (-70.57%)
Mutual labels:  hacktoberfest, development
admin-training
Galaxy Admin Training
Stars: ✭ 55 (-89.95%)
Mutual labels:  training, development

A laboratory for learning secure web and mobile 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! 🔥

Vulnerability Language Application
A1 - Injection Golang CopyNPaste API
A1 - Injection NodeJS Mongection
A1 - Injection Python SSType
A2 - Broken Authentication Python Saidajaula Monster Fit
A2 - Broken Authentication Golang Insecure go project
A3 - Sensitive Data Exposure Golang SnakePro
A4 - XML External Entities (XXE) PHP ViniJr Blog
A5 - Broken Access Control Golang Vulnerable Ecommerce API
A5 - Broken Access Control NodeJS Tic-Tac-Toe
A6 - Security Misconfiguration PHP Vulnerable Wordpress Misconfig
A6 - Security Misconfiguration NodeJS Stegonography
A7 - Cross-Site Scripting (XSS) Python Gossip World
A7 - Cross-Site Scripting (XSS) React Comment Killer
A7 - Cross-Site Scripting (XSS) Angular/Spring Streaming
A8 - Insecure Deserialization Python Amarelo Designs
A9 - Using Components With Known Vulnerabilities PHP Cimentech
A10 - Insufficient Logging & Monitoring Python GamesIrados.com

OWASP Top 10 (2016) Mobile apps: 📲

Disclaimer: You are about to install vulnerable mobile apps in your machine! 🔥

Vulnerability Language Application
M2 - Insecure Data Storage Dart/Flutter Cool Games
M4 - Insecure Authentication Dart/Flutter Note Box
M5 - Insufficient Cryptography Dart/Flutter Panda Zap

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].