From f1e89ab123397b7fdedd8c219bae3017cb0cba4e Mon Sep 17 00:00:00 2001 From: Carter Perez Date: Wed, 12 Nov 2025 08:13:48 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 516d1e48..3428ac26 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ --- -# Projects 👻 +# Projects -## 🔰 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.