Skip to content

Releases: noam09/go-knock

Knock (Alpha)

02 Jan 09:50
3debfb3
Compare
Choose a tag to compare
Knock (Alpha) Pre-release
Pre-release

Usage

$ 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].

TODO

  • Add UDP support