Delete duplicate content-length from axis2_deployer
parent
10a4ff41de
commit
71fab72e06
|
@ -121,7 +121,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'headers' =>
|
||||
{
|
||||
'Content-Type' => 'multipart/form-data; boundary=' + boundary,
|
||||
'Content-Length' => data.length,
|
||||
'Cookie' => "JSESSIONID=#{session}",
|
||||
}
|
||||
}, 25)
|
||||
|
|
Loading…
Reference in New Issue