awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesHTTP Method and Version Inspectors

Matches the HTTP method and protocol version to enforce allowed usage or detect anomalies.

Distinct from HTTP Methods: Distinct from HTTP Methods: focuses on security inspection and anomaly detection, not method definitions.

Explore 3 awesome GitHub repositories matching web development · HTTP Method and Version Inspectors. Refine with filters or upvote what's useful.

Awesome HTTP Method and Version Inspectors GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • oisf/suricataAvatar de OISF

    OISF/suricata

    6,008Voir sur GitHub↗

    Suricata is an open-source network intrusion detection and prevention engine that analyzes live network traffic in real-time to identify and alert on malicious activity. It operates as a rule-based threat detection system, matching traffic against user-defined signatures to detect known attack patterns and policy violations, and can be placed inline to actively block malicious packets before they reach their target. The engine inspects a wide range of application-layer protocols including HTTP, DNS, TLS, SMB, and MQTT, and supports high-performance packet capture through specialized hardware a

    Matches the HTTP method and protocol version to enforce allowed usage or detect anomalies.

    Ccybersecurityidsintrusion-detection-system
    Voir sur GitHub↗6,008
  • crowcpp/crowAvatar de CrowCpp

    CrowCpp/Crow

    4,721Voir sur GitHub↗

    Crow is a C++ web framework for building HTTP servers, providing routing, a middleware pipeline, JSON serialization, and WebSocket support. It enables developers to define typed route handlers that extract URL parameters at compile time, return structured JSON responses, and manage real-time bidirectional communication. The framework distinguishes itself with compile-time route pattern parsing and typed argument binding, which eliminate runtime parsing overhead for URL parameters. Its event loop runs on Boost.Asio, and handler execution can be offloaded to a configurable thread pool to keep I

    Enforces per-route HTTP method constraints, blocking disallowed request methods automatically.

    C++cppcrowframework
    Voir sur GitHub↗4,721
  • jaykali/maskphishAvatar de jaykali

    jaykali/maskphish

    3,020Voir sur GitHub↗

    Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments. The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific exe

    Inspects HTTP methods and protocol versions to find insecure server configurations.

    Shellhackhackinghacking-tool
    Voir sur GitHub↗3,020
  1. Home
  2. Web Development
  3. HTTP Methods
  4. HTTP Method and Version Inspectors