Add initial code

This commit is contained in:
Dave Gallant
2020-02-02 00:56:54 -05:00
parent 8ee2e682d4
commit 2a98b732da
2 changed files with 66 additions and 0 deletions

View File

@@ -1 +1,10 @@
# tcp-port-scanner
To do a port scan on a host, provide the host's domain name or ip.
```shell
go run main.go --host 'localhost'
```
This code is based upon the examples in:
[Black Hat Go](https://nostarch.com/blackhatgo)