2 repository-uri
Real-time analysis of HTTP request and response data to detect and block malicious patterns using security directives.
Distinguishing note: Candidates are limited to specific non-HTTP protocols (MQTT, SMTP, SIP, DHCP) or WebSockets, whereas this is for general HTTP traffic.
Explore 2 awesome GitHub repositories matching security & cryptography · HTTP Traffic Inspection. Refine with filters or upvote what's useful.
Hetty is an HTTP intercepting proxy and web security research toolkit used to capture, inspect, and modify traffic between a browser and a server. It functions as an HTTP request editor for creating and replaying manual requests to test server behavior and as a project-based traffic logger that isolates network logs across different security research engagements. The tool provides a request-response interception loop that pauses outgoing requests and incoming responses in transit, allowing for manual editing or cancellation. It includes a manual request replay engine to construct and transmit
Performs real-time analysis of HTTP request and response data to find security vulnerabilities.
Coraza is a web application firewall engine designed to filter malicious HTTP traffic using standardized security directives. It functions as a library for embedding request filtering and security transaction processing directly into web servers or reverse proxies. The engine implements the ModSecurity WAF engine and the OWASP Core Rule Set to identify and block common web attack patterns. It utilizes a library-first integration model, allowing security capabilities to be embedded into a host process as a dependency rather than running as a standalone proxy. The project covers rule-based pat
Inspects incoming requests using security policy directives to block or allow traffic based on specific criteria.