Update README.md

This commit is contained in:
Carter Perez 2025-11-12 08:16:00 -05:00 committed by GitHub
parent ff5450a866
commit 03922b53e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 60 Cybersecurity Projects & 10 Certification Roadmaps by Role 🧙‍♂️
## 2 of these projects I've fully built for you, with full source code and documentation so you can clone, learn, and customize!
#### View complete projects: [projects/](./projects/)
#### View complete projects: [Projects/](./PROJECTS/)
#### As time goes on I will fully build each and every one of these projects so all 60 are available with full source code and documentation.
---
@ -92,7 +92,7 @@ Educational tool that demonstrates file encryption without actual harm. Encrypt
---
## 🔶 Intermediate Projects
## Intermediate Projects
### [Reverse Shell Handler](https://github.com/CarterPerez-dev/Cybersecurity-Projects/blob/main/SYNOPSES/intermediate/Reverse.Shell.Handler.md)
Create a server that listens for incoming reverse shell connections using Python sockets. Implement command execution, file upload/download, and session management for multiple clients. Use `cmd2` or similar library for a clean CLI interface.
@ -165,7 +165,7 @@ Scan Docker environments for security issues (privileged containers, exposed por
---
## 🔴 Advanced Projects
## Advanced Projects
### [Exploit Development Framework](https://github.com/CarterPerez-dev/Cybersecurity-Projects/blob/main/SYNOPSES/advanced/Exploit.Development.Framework.md)
Build a modular framework in Python where exploits are plugins (one file per vulnerability). Include payload generators, shellcode encoders, and target validation. Implement a Metasploit-like interface with search, configure, and execute commands.