Delete Content-Length duplicate header
parent
6430fa3354
commit
10a4ff41de
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue