A port scanner is an application designed to probe a server or host for open ports. Such an application may be used by administrators to verify security policies of their networks and by attackers to identify network services running on a host and exploit vulnerabilities.
# Install Git sudo apt install git # Install Go sudo apt install golang # Git Clone git clone https://github.com/R3DHULK/port-scanner-in-go # Change Directory cd port-scanner-in-go # Run This Tool go run port-scanner.go 
