From 9e018d9f0ad5f5c0d7f4c6e70b9dcda22eecde62 Mon Sep 17 00:00:00 2001 From: Carter Perez Date: Fri, 20 Feb 2026 06:00:09 -0500 Subject: [PATCH] Update README with project developer credit --- PROJECTS/beginner/simple-port-scanner/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PROJECTS/beginner/simple-port-scanner/README.md b/PROJECTS/beginner/simple-port-scanner/README.md index 5e3b2359..4e856de1 100644 --- a/PROJECTS/beginner/simple-port-scanner/README.md +++ b/PROJECTS/beginner/simple-port-scanner/README.md @@ -15,6 +15,7 @@ > Asynchronous TCP port scanner built with C++ and Boost.Asio for high-concurrency network reconnaissance. *This is a quick overview — security theory, architecture, and full walkthroughs are in the [learn modules](#learn).* +> *Developed by [@deniskhud](https://github.com/deniskhud)* ## What It Does