-
0.0.2 Pre-Release
released this
2024-04-15 01:19:15 +00:00 | 35 commits to main since this releaseThis is a pretty big shift away from the previous release. The entire command line interface has changed, and is much more intuitive with better help. Use -h to find out more.
Also, this release has moved entirely away from libpcap and towards pure eBPF attaching to XDP. This has enabled vastly increased performance by lowering overhead. eBPF CO:RE requires your kernel be configured with CONFIG_KERNEL_DEBUG_INFO_BTF enabled.
Finally, it brings about protection against sweep attacks by ensuring the knock sequence be completed within a short period of time.
Downloads