up to date

bug/bundler_fix
jvazquez-r7 2013-05-09 13:00:10 -05:00
parent e711474654
commit ca41d859a9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Metasploit4 < Msf::Auxiliary
'method' => 'POST',
'data' => data,
'headers' =>{
'Content-Length' => data.size.to_s,
#'Content-Length' => data.size.to_s,
'Cookie' => 'sap-usercontext=sap-language=EN&sap-client=' + datastore['CLIENT'],
'Authorization' => 'Basic ' + user_pass,
'Content-Type' => 'text/xml; charset=UTF-8',}