josharsh / 100LinesOfCode

Let's build something productive in less than 100 Lines of Code.
GNU General Public License v3.0
662 stars 318 forks source link

Pure GO Port Scanner #401

Open HeartBeat1608 opened 1 month ago

HeartBeat1608 commented 1 month ago

Feature

Added a pure go implementation of a simple port scanner. It uses go routines to run the scans concurrently, and uses waitgroups and channels to ensure that the operations are managed correctly.

Related PR #400

github-actions[bot] commented 1 month ago

Message that will be displayed on users first issue