scan the ports
- Go 100%
|
|
||
|---|---|---|
| main.go | ||
| README.md | ||
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
|
|
||
|---|---|---|
| main.go | ||
| README.md | ||
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