BigHugger
sk Skill · elementalsouls

hunt-http-smuggling

Hunt HTTP request smuggling (CL.TE, TE.CL, H2.CL, H2.TE). Cause: front-end proxy and back-end server disagree on where one request ends and the next begins (Content-Length vs Transfer-Encoding header parsing inconsistency). CL.TE: front-end uses CL, back uses TE → smuggle by sending TE: chunked but with body that fits CL count. TE.CL: opposite. H2.CL: HTTP/2 downgrade, smuggle CL into HTTP/1.1 back-end. Detection…

installs 8w
0
30-day movement
starts with the next reading
Related entries
1
Connections
0
httpbashPython
Host repository
elementalsouls/Claude-BugHunter
Host stars
4,555
Host language
Python