From 9be527c973204c7ef02818bc489585c4ac3965b6 Mon Sep 17 00:00:00 2001 From: Carter Perez Date: Tue, 9 Dec 2025 10:26:07 -0500 Subject: [PATCH] Refactor README structure and content Removed some sections and adjusted headings in the README. --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index ad1ad735..d3750a39 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,6 @@ resources - -

- Clone, Learn, Customize!❤️ -

- -
- - Sponsor - -
- -

- Gradually building all 60 projects. Contributions welcome!🧙 -

-
contribute @@ -64,9 +49,9 @@ --- -# Projects (Each Links To Their Brief Instructions) +## Projects (Each link to their brief instructions) -## Beginner Projects +### Beginner Projects ### [Simple Port Scanner](https://github.com/CarterPerez-dev/Cybersecurity-Projects/blob/main/SYNOPSES/beginner/Simple.Port.Scanner.md) Build a Python script using the `socket` library to test common ports (22, 80, 443, 3306, etc.) on a target IP. Implement threading or asyncio to scan multiple ports concurrently for speed. Add service detection by analyzing banner responses from open ports.