A port knocking client written in Go.
To install go-knock according to your $GOPATH
:
$ go get github.com/noam09/go-knock
You can also use a compiled (Windows) binary from the releases page.
$ go-knock --help
Go Knock
Usage:
knock [-d=<ms>] [-u] <host> <port> <port>...
knock -h | --help
knock -v | --version
Options:
-h, --help Show this screen.
-v, --version Show version.
-d, --delay=<ms> Delay between ports in milliseconds [default: 300].
-u, --udp Send UDP packets instead of TCP [default: false].
- Add UDP support