From 2cf4d903db3bf5531cfc56d3d9d65be8bb16b3e5 Mon Sep 17 00:00:00 2001 From: bt3 Date: Wed, 5 Nov 2014 13:44:03 -0500 Subject: [PATCH] md web --- Web_Exploits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web_Exploits/README.md b/Web_Exploits/README.md index 40117f6..a9009ac 100644 --- a/Web_Exploits/README.md +++ b/Web_Exploits/README.md @@ -89,7 +89,7 @@ The first line of a request is modified to include protocol version information - Accept-Language: supported language codes - Referer: originating page for the request - +The headers are terminated with a single empty line, which may be followerd by any payload the client wishes to pass to the server (the lenght should be specified with the Content-Length header). The payload is usually browser data, but there is no requirements.