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.