security-education
There are 11 repositories under security-education topic.
podium/elixir-secure-coding
An interactive cybersecurity curriculum designed for enterprise use at software companies using Elixir
aau-network-security/haaukins
A Highly Accessible and Automated Virtualization Platform for Security Education
shantoroy/intro-2-cybersecurity-in-python
This is a repository containing Python code examples for educational purposes in the field of cybersecurity. The code covers topics such as malware, security strategies, and more. It is a useful resource for those interested in learning about the technical aspects of cybersecurity.
paulveillard/cybersecurity-devsecops
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about DevSecOps in Cybersecurity.
filipi86/filipi86.github.io
First Version of my website, Welcome aboard!
tbenbrahim/dns-tunneling-poc
proof of concept for a DNS tunneling client and server, for security education
ahall1315/SecureEd
This is an educational tool for demonstrating common security-related weaknesses for web applications. This light-weight web application is a simplified course management system and includes sample vulnerabilities for the following weaknesses - IMPROPER INPUT VALIDATION, PATH TRAVERSAL, CROSS-SITE SCRIPTING, SQL INJECTION, EXPOSURE OF SENSITIVE INFORMATION, UNRESTRICTED FILE UPLOAD, IMPROPER ACCESS CONTROL, IMPROPER AUTHENTICATION, CROSS-SITE REQUEST FORGERY, CODE INJECTION.
onniegit/SecureEd-1.0
This is an educational tool for demonstrating common security-related web application weaknesses. This light-weight web application is a simplified course management system and includes sample vulnerabilities for 10 types of weaknesses. Here is a short video demo: https://www.youtube.com/watch?v=eHVgjVgk38c
AyhamAsfoor/Rubber_Ducky
Rubber Ducky is an awareness initiative focused on educating individuals and organizations about potential cybersecurity threats that can be delivered through USB devices, particularly targeting issues like ransomware, backdoors, and keyloggers. Leveraging the concept of Bad USB and the functionality of Rubber Ducky USBs.
wesdoyle/nginx-security-demo
A step-by-step guide demonstrating web application security using Nginx, Rust, and PostgreSQL. Demonstrates progression from a vulnerable setup to a more secure configuration, covering SQL injection prevention, TLS implementation, rate limiting, and WAF integration.