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
parent
596b2b025d
commit
4390fda513
|
@ -82,7 +82,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'headers' =>
|
||||
{
|
||||
'Content-Type' => 'application/x-www-form-urlencoded',
|
||||
'Content-Length' => data.length,
|
||||
}
|
||||
}, 3)
|
||||
|
||||
|
|
Loading…
Reference in New Issue