A simple port scanner built in Go.
git clone https://github.com/ahaupt3/go-scan/master
cd go-scan
go install go-scan.go
go-scan <ip> <scan type: quick|full|udp>
Scans first 1024 TCP ports.
Scans all 65,535 TCP ports.
Scans all 65,535 UDP ports.