Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 454 Bytes

Go Port Scan

A simple and fast Go implemented port scanner.

Building/Compiling EXE

go build GoPortScan.go

Running

GoPortScan.exe -targetIP=127.0.0.1 -startPort=20 -endPort=1024

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT