Remove extra Content-Length HTTP header

The send_request_raw already sets the header and if it's set also in the
module, Metasploit sends the header twice.
bug/bundler_fix
pyllyukko 2015-11-05 14:38:06 +02:00
parent 596b2b025d
commit 4390fda513
No known key found for this signature in database
GPG Key ID: 16D8D37FF643F110
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class Metasploit3 < Msf::Exploit::Remote
'headers' =>
{
'Content-Type' => 'application/x-www-form-urlencoded',
'Content-Length' => data.length,
}
}, 3)