Skip to content

Commit 9be527c

Browse files
Refactor README structure and content
Removed some sections and adjusted headings in the README.
1 parent ed42a1b commit 9be527c

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@
1414
<img src="https://img.shields.io/badge/Security-Learning_Resources-darkred" alt="resources"/>
1515
</div>
1616

17-
18-
<h3 align="center">
19-
Clone, Learn, Customize!❤️
20-
</h3>
21-
22-
<div align="center">
23-
<a href="https://github.com/sponsors/CarterPerez-dev">
24-
<img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4" alt="Sponsor"/>
25-
</a>
26-
</div>
27-
28-
<p align="center">
29-
Gradually building all 60 projects. Contributions welcome!🧙
30-
</p>
31-
3217
<div align="center">
3318
<a href="https://github.com/sponsors/CarterPerez-dev">
3419
<img src="https://img.shields.io/static/v1?label=Contribute&message=%E2%9D%A4&logo=GitHub&color=darkgreen" alt="contribute"/>
@@ -64,9 +49,9 @@
6449

6550
---
6651

67-
# Projects (Each Links To Their Brief Instructions)
52+
## Projects (Each link to their brief instructions)
6853

69-
## Beginner Projects
54+
### Beginner Projects
7055

7156
### [Simple Port Scanner](https://github.com/CarterPerez-dev/Cybersecurity-Projects/blob/main/SYNOPSES/beginner/Simple.Port.Scanner.md)
7257
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.

0 commit comments

Comments
 (0)