In this video, we write a simple port scan tool to scan a IP address and port given by user. The program uses Go's net.DialTimeout library to make a TCP call to a given port. if the function receives a timeout, then we assume the port is closed. Source code: https://github.com/rajganeshp/go-trai...
Check the complete playlist: • Golang for Pentesters