awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Raw Packet Injection · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRaw Packet Injection

Techniques for transmitting network packets by bypassing standard kernel networking stacks.

Distinguishing note: Focuses on user-mode bypass for direct packet transmission.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Raw Packet Injection. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Raw Packet Injection

Awesome Raw Packet Injection GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • robertdavidgraham/masscan

    robertdavidgraham/masscan

    25,355View on GitHub↗

    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

    Bypasses the operating system kernel networking stack to transmit raw packets directly from application memory.

    C
    25,355View on GitHub↗