1 repo
Unified interfaces for raw network access across different operating system kernels.
Distinguishing note: Provides a cross-platform layer for low-level socket operations.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Socket Abstractions. Refine with filters or upvote what's useful.
Masscan is a command-line network scanner designed for large-scale discovery and infrastructure reconnaissance. It identifies open ports across specific network segments or the entire internet by probing vast address ranges with high efficiency. The tool functions as an asynchronous packet engine, bypassing standard operating system kernel networking stacks to transmit raw packets directly from application memory. The project distinguishes itself through a specialized architecture that manages millions of concurrent connections by separating packet transmission and reception into independent
Provides a unified interface for raw network access that maps to native system calls across different operating system kernels.