Categorygithub.com/noam09/go-knock
repositorypackage
1.0.0
Repository: https://github.com/noam09/go-knock.git
Documentation: pkg.go.dev

# README

go-knock

A port knocking client written in Go.

Installation

To install go-knock according to your $GOPATH:

$ go get github.com/noam09/go-knock

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