From 4e887c2998933afb050608bbe9371841eb84378c Mon Sep 17 00:00:00 2001 From: Jinil Kim Date: Thu, 21 Sep 2023 08:56:51 +0900 Subject: [PATCH] Fix typo in http-request-smuggling Fix typo from lentgh to length in pentesting-web/http-request-smuggling --- pentesting-web/http-request-smuggling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentesting-web/http-request-smuggling/README.md b/pentesting-web/http-request-smuggling/README.md index ffb63ca5..c304efc0 100644 --- a/pentesting-web/http-request-smuggling/README.md +++ b/pentesting-web/http-request-smuggling/README.md @@ -172,7 +172,7 @@ Some important considerations should be kept in mind when attempting to confirm Abusing hop-by-hop headers you could indicate the proxy to **delete the header Content-Length or Transfer-Encoding so a HTTP request smuggling is possible to abuse**. ``` -Connection: Content-Lentgh +Connection: Content-Length ``` For **more information about hop-by-hop headers** visit: