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
- Host: GitHub
- URL: https://github.com/rhargreaves/knock-knock
- Owner: rhargreaves
- License: mit
- Created: 2025-08-10T20:00:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T22:22:15.000Z (10 months ago)
- Last Synced: 2025-08-27T04:45:32.906Z (10 months ago)
- Topics: ebpf, security
- Language: Python
- Homepage:
- Size: 903 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knock Knock :punch::punch::door:
[](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
```