HTTP Request Smuggling
Bypass, XSS and more
Last updated
Bypass, XSS and more
Last updated
Note: Content Length is auto-computed by Burp (in orange)
Spot two enters on line 16 to end chunked request. Disable content Length computation in Burp Repeater settings.
The first Content-Length has 4bytes just to express chunked size (on line 7, chunked bytes are computed from the orange part).
The second Content-Length which is slightly above, what is required from its data, to override next coming victim's request.