chores: removing redundant divider for sleeker feel
This commit is contained in:
parent
7f17fa0f4d
commit
e58b76d4d6
12
README.md
12
README.md
|
|
@ -17,16 +17,12 @@
|
|||
|
||||
<p align="center">Made possible by <a href="https://certgames.com"><strong>CertGames</strong></a></p>
|
||||
|
||||
---
|
||||
|
||||
A curated collection of cybersecurity projects organized by skill level. Each project includes full source code, documentation, and learning materials.
|
||||
|
||||
Browse the [certification roadmaps](./ROADMAPS/README.md) for career guidance or the [learning resources](./RESOURCES/README.md) for tools, courses, and communities.
|
||||
|
||||
> Currently building: **Self-Hosted Shodan Clone**
|
||||
|
||||
---
|
||||
|
||||
## Projects
|
||||
|
||||
<div align="center">
|
||||
|
|
@ -135,8 +131,6 @@ Browse the [certification roadmaps](./ROADMAPS/README.md) for career guidance or
|
|||
| **[Honeypot Network](./PROJECTS/advanced/honeypot-network)**<br>Multi-service honeypot deployment & analysis |     | Honeypot deployment • Attacker behavior analysis • IOC extraction • MITRE mapping<br>[Live Demo](https://honeypot-network.carterperez-dev.com/) |
|
||||
| **[Supply Chain Security Analyzer](./SYNOPSES/advanced/Supply.Chain.Security.Analyzer.md)**<br>Dependency vulnerability analysis |   | Supply chain security • Dependency analysis • Malicious packages |
|
||||
|
||||
---
|
||||
|
||||
## Getting Started
|
||||
|
||||
Each project lives in its own directory under [`PROJECTS/`](./PROJECTS) with its own README, source code, and `learn/` documentation. To explore a project:
|
||||
|
|
@ -148,15 +142,11 @@ cd PROJECTS/<tier>/<project-name>
|
|||
|
||||
Projects marked with a synopsis (under [`SYNOPSES/`](./SYNOPSES)) have detailed design documents available. Source-code-complete projects are indicated by the blue badge count above.
|
||||
|
||||
---
|
||||
|
||||
## Roadmaps & Resources
|
||||
|
||||
- **[Certification Roadmaps](./ROADMAPS/README.md)** — 10 career paths for SOC Analyst, Pentester, Security Engineer, GRC Analyst, and more
|
||||
- **[Learning Resources](./RESOURCES/README.md)** — Curated tools, courses, certifications, YouTube channels, Reddit communities, and security frameworks
|
||||
|
||||
---
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome. If you want to add a project, improve existing code, or fix documentation:
|
||||
|
|
@ -167,8 +157,6 @@ Contributions are welcome. If you want to add a project, improve existing code,
|
|||
|
||||
See the [open issues](https://github.com/CarterPerez-dev/Cybersecurity-Projects/issues) for ideas on what to work on.
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
[AGPL 3.0](./LICENSE)
|
||||
|
|
|
|||
Loading…
Reference in New Issue