Skip to content

noam09/go-knock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

You can also use a compiled (Windows) binary from the releases page.

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