- Canada
- https://stevenpolley.net
-
I hate computers, but I am drawn to them. What wonders... what misery...
- Joined on
2019-01-05
Block a user
BPF Filter Limitations - Prevent Sweeping Attacks
sweep attacks are effectively mitigated in 0ad3e2b0d4914bc0670f0acaad799839ae7726f3
Since implementing eBPF, all packets can be sent to handleKnock and so the sequence progress can be…
BPF Filter Limitations - Prevent Sweeping Attacks
Eliminate CGO dependency
Switched from libpcap to ebpf-go. Can now compile with CGO_ENABLED=0 and no dependency on libpcap.
0ad3e2b0d4914bc0670f0acaad799839ae7726f3
Eliminate CGO dependency
Removing libpcap will also remove a lot of network types, so we will likely be contstrained to supporting just ethernet, IPv4/IPv6, and UDP.
This looks interesting: https://pkg.go.dev/golang.o…
3ae568639e
add flag to specify alternative filepath to secret
ead7578544
change pcap snaplen to 126 bytes