An open API service indexing awesome lists of open source software.

https://github.com/noam09/go-knock

🚪 A port knocking client written in Go
https://github.com/noam09/go-knock

port-knock port-knocker port-knocking windows

Last synced: 6 months ago
JSON representation

🚪 A port knocking client written in Go

Awesome Lists containing this project

README

          

# go-knock
A port knocking client written in Go.

## Installation
To install go-knock according to your `$GOPATH`:

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

You can also use a compiled (Windows) binary from the [releases](https://github.com/noam09/go-knock/releases) page.

## Usage

```console
$ go-knock --help
Go Knock

Usage:
knock [-d=] [-u] ...
knock -h | --help
knock -v | --version

Options:
-h, --help Show this screen.
-v, --version Show version.
-d, --delay= Delay between ports in milliseconds [default: 300].
-u, --udp Send UDP packets instead of TCP [default: false].
```

## TODO

* Add UDP support