Delete Content-Length duplicate header

bug/bundler_fix
jvazquez-r7 2013-10-21 15:11:37 -05:00
parent 6430fa3354
commit 10a4ff41de
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ class Metasploit3 < Msf::Exploit::Remote
headers = {}
headers['Cookie'] = "JSESSIONID=#{session}" if session != ''
headers['Content-Type'] = ctype if ctype != nil
headers['Content-Length'] = data.length if data != nil
res = send_request_raw({
'uri' => path,