Remove extra comma, fixes syntax errors in 1.8

Thanks, Kanedaaa, for reporting
unstable
James Lee 2012-09-13 12:07:10 -05:00
parent c6c59b6df6
commit caf7619b86
1 changed files with 1 additions and 1 deletions

View File

@ -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]*);/