Golang for Pentesters - Scan IP and Port

Опубликовано: 05 Февраль 2025
на канале: Rajganesh Pandurangan
1,856
17

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