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

https://github.com/rhargreaves/knock-knock

Port knocking implementation in eBPF
https://github.com/rhargreaves/knock-knock

ebpf security

Last synced: 10 months ago
JSON representation

Port knocking implementation in eBPF

Awesome Lists containing this project

README

          

# Knock Knock :punch::punch::door:
[![build](https://github.com/rhargreaves/knock-knock/actions/workflows/build.yml/badge.svg)](https://github.com/rhargreaves/knock-knock/actions/workflows/build.yml)

Port knocking implementation in eBPF

## Getting Started

Use the Dev Container as the main development environment.

### Build

```sh
make build-bpf
```

### Test

```sh
make test
```