Remove extra comma, fixes syntax errors in 1.8
Thanks, Kanedaaa, for reportingunstable
parent
c6c59b6df6
commit
caf7619b86
|
@ -102,7 +102,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
print_status("#{@peer} - Retrieving an initial JSESSIONID")
|
||||
res = send_request_cgi(
|
||||
'uri' => "#{@uri}servlet/Main",
|
||||
'method' => 'POST',
|
||||
'method' => 'POST'
|
||||
)
|
||||
|
||||
if res and res.code == 200 and res.headers['Set-Cookie'] =~ /JSESSIONID=([0-9A-F]*);/
|
||||
|
|
Loading…
Reference in New Issue