HTTP Request Smuggling Detection Tool
-
Updated
Dec 21, 2023 - Python
HTTP Request Smuggling Detection Tool
A simple HTTP/1.1 server implemented from scratch in Go using the net package. Handles multiple connections with goroutines, supports chunked transfer encoding, and can serve text or binary data.
This project is about writing our own HTTP server. and understanding the HTTP protocol.
Java-based HTTP client which is able to send/receive HTTP messages using sockets and supports Transfer-Encoding "chunked" without relying on external libraries.
An HTTP/1.1 server written in Go directly on top of TCP sockets. Hand-written incremental request parser, concurrent connection handling, and chunked transfer encoding with trailers.
simple event-driven HTTP server made from scratch
functional HTTP/1.1 server from raw TCP sockets in go
CVE-2026-24880: does Apache's upgrade advice actually apply to your Tomcat? Detects the fix by class presence, not version comparison. Covers 7.0/8.0/8.5/9.0/10.0/10.1/11.0 lines.
CVE-2026-2332 and 4 more 2026 Jetty CVEs: which does your Jetty (or Spring Boot) build hit, and does the fixed version Jetty names even exist on Maven Central? For 9.4/10/11 EOL lines the answer is 'see details for availability' = 404.
To associate your repository with the chunked-encoding topic, visit your repo's landing page and select "manage topics."