Hacker News new | ask | show | jobs
Show HN: Go SYN Scanner – 21k Hosts in Under 1s (docs.serviceradar.cloud)
3 points by carverauto 243 days ago
We rewrote our TCP discovery workflow around raw sockets, TPACKET_V3 rings, cBPF filtering, and Go assembly for checksums.

The blog post breaks down the architecture, kernel integrations, and performance lessons from turning an overnight connect()-based scan into a sub-second SYN sweep.