Update README.md

This commit is contained in:
Carter Perez 2025-11-12 08:13:48 -05:00 committed by GitHub
parent b7d29b4c62
commit f1e89ab123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.