How to write a TCP scanner in Go
In the toolbox of any pen tester, there is an app that allows them to detect open ports on a given server. Thanks to such an app, they can list all network entry points available on the system. These entry points can be open doors for attackers and this is why they need to identify them early in the process.
The most famous TCP port scanner is a tool called nmap.
[Read More]