scan the ports
Find a file
2020-02-02 01:02:09 -05:00
main.go Add initial code 2020-02-02 01:01:39 -05:00
README.md Add initial code 2020-02-02 01:01:39 -05:00

tcp-port-scanner

To do a port scan on a host, provide the host's domain name or ip.

go run main.go --host 'localhost'

This code is based upon the examples in: Black Hat Go