Open HeartBeat1608 opened 1 month ago
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
Message that will be displayed on users first issue
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