Cybersecurity Projects
Building 70 Projects ranging from beginner to advanced so anyone can — learn from, build upon, use as a reference, or even copy directly. Gamified Cybersecurity learning 👇
Install / Use
npx skills add CarterPerez-dev/Cybersecurity-ProjectsInstalls into whichever agent you are using.
README
Quick Navigation
Projects
Hands-on cybersecurity projects with full source code, organized in four tiers — Foundations (pre-beginner, first-time programmers), Beginner, Intermediate, and Advanced.
Certification Roadmaps
10 structured career paths with certification guides for SOC Analyst, Pentester, Security Engineer, and more.
Learning Resources
Tools, courses, certifications, communities, and frameworks for cybersecurity professionals.
Projects
<div align="center"> <img src="https://img.shields.io/badge/Foundations-5DEFD0?style=for-the-badge&logo=bookstack&logoColor=black&labelColor=5DEFD0" alt="Foundations"/> <img src="https://img.shields.io/badge/Beginner-2EA44F?style=for-the-badge&logo=leaflet&logoColor=white" alt="Beginner"/> <img src="https://img.shields.io/badge/Intermediate-D4A017?style=for-the-badge&logo=target&logoColor=white" alt="Intermediate"/> <img src="https://img.shields.io/badge/Advanced-C73E3A?style=for-the-badge&logo=shield&logoColor=white" alt="Advanced"/> </div>[!TIP] Want to be walked through building these instead of reading finished source? CertGames has guided project courses that build real security tools from scratch, step by step, with the concepts explained as you go. Same projects, less getting stuck. FREE
Foundations Projects
[!NOTE] Start here if this is your first time coding. The Foundations tier is pre-beginner — built for someone who has never written Python, has barely used a terminal, and is new to cybersecurity. Source files are heavily commented as a teaching aid, and every
learn/folder explains concepts from zero. Once you're comfortable here, the Beginner projects assume you already know the language and move faster.What makes Foundations different:
- Single-file projects — the entire tool lives in one readable Python file. No file-hopping.
- Heavy teaching comments — every line that introduces a new concept is annotated inline.
- Numpy-style docstrings on every function — what it does, why it exists, every parameter.
- Extra-deep
learn/folders — Python features and security concepts both explained from zero.- Senior-level code, beginner-level explanations — the code itself is still production-quality.
| Project | Info | What You'll Learn |
|---------|------|-------------------|
| Hash Identifier<br>Identify hash types by prefix, length, and charset |
| Hash families (MD5, SHA, bcrypt, Argon2) • PHC string format • Pattern matching • Pure-function design<br>Source Code | Docs |
| HTTP Headers Scanner<br>Audit a URL's response headers for missing or weak security controls |
| HTTP fundamentals • Security headers (CSP, HSTS, X-Frame-Options) • httpx requests • Scored audits<br>Source Code | Docs |
| Password Manager<br>Encrypted local vault with master password unlock |
| Argon2id key derivation • AES-GCM authenticated encryption • Secure on-disk vaults • Master-password workflows<br>Source Code | Docs |
Beginner Projects
| Project | Info | What You'll Learn |
|---------|------|-------------------|
| Simple Port Scanner<br>Async TCP port scanner in C++ @deniskhud |
| TCP socket programming • Async I/O patterns • Service detection<br>Source Code | Docs |
| Keylogger<br>Capture keyboard events with timestamps |
| Event handling • File I/O • Ethical considerations<br>Source Code | Docs |
| Caesar Cipher<br>CLI encryption/decryption tool |
| Classical cryptography • Brute force attacks • CLI design<br>Source Code | Docs |
| DNS Lookup CLI Tool<br>Query DNS records with WHOIS |
| DNS protocols • WHOIS queries • Reverse DNS lookup<br>Source Code | Docs |
| Simple Vulnerability Scanner<br>Check software against CVE databases |
| CVE databases • Dependency scanning • Vulnerability assessment<br>Source Code | Docs |
| Metadata Scrubber Tool<br>Remove EXIF and privacy metadata @Heritage-XioN |
| EXIF data • Privacy protection • Batch processing<br>Source Code | Docs |
| Network Traffic Analyzer<br>Capture and analyze packets |
| Packet capture • Protocol analysis • Traffic visualization<br>Source (C++) | Docs (C++) | Source (Python) | Docs (Python) |
| Hash Cracker<br>Dictionary and brute-force crac
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
