#Task 20 - HTTP Request Sumgling — Basics & Types -> Only for Bigners

1 week ago 17
BOOK THIS SPACE FOR AD
ARTICLE AD

bugbounty_learners

🆓Free Article Link: Click here

Article alertBigners Only

Hello friends in this blog I discussing about types and Basics of HTTP Request Sumgling vulnerability. You already know this vulnerability please skip this blog and waiting for my next blog Task 2 - HTTP Request Sumgling — Real world attack’s, automations, all Hackerone reports, resrschers publiced articlestipstricks.

Understanding Words

HTTP/2 & HTTP/1.1Content-LengthTransfer-Encoding

Most HTTP request smuggling vulnerabilities arise because the HTTP/1 specification provides two different ways to specify where a request ends: the Content-Length header and the Transfer-Encoding header.

You need this two thoughts only

First change the HTTP/2 to HTTP/1.1Modify or rearrangeing Content-Length & Transfer-Encoding

First I discuss mostly vulnerable CL.TE type.

What is the CL.TE ?

Read Entire Article