lismore / go-port-scan

A simple fast SYN port scanner implemented in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple fast SYN port scanner implemented in GO

License:MIT License


Languages

Language:Go 100.0%