Delete duplicate content-length from axis2_deployer

bug/bundler_fix
jvazquez-r7 2013-10-21 15:35:51 -05:00
parent 10a4ff41de
commit 71fab72e06
1 changed files with 0 additions and 1 deletions

View File

@ -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)