port-scanner icon indicating copy to clipboard operation
port-scanner copied to clipboard

Simple port scanner library for Go

Results 4 port-scanner issues
Sort by recently updated
recently updated
newest added

I have used the anvie library to scan for open ports and protocols for one of my project. The source code runs on linux perfectly to show the open ports...

It looks like a timeout field was added and the rest of the code wasn't updated to account for it. go version go1.5.3 darwin/amd64 # github.com/anvie/port-scanner ../../../../anvie/port-scanner/PortScanner.go:27: too few values...

also ran it through goimports