Delete some extraneous commas

bug/bundler_fix
jvazquez-r7 2015-01-19 17:25:45 -06:00
parent dbc77a2857
commit f7aaad1cf1
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'Author' =>
[
'Pedro Ribeiro <pedrib[at]gmail.com>', # Vulnerability Discovery and Metasploit module
'Pedro Ribeiro <pedrib[at]gmail.com>' # Vulnerability Discovery and Metasploit module
],
'License' => MSF_LICENSE,
'References' =>
@ -192,7 +192,7 @@ class Metasploit3 < Msf::Exploit::Remote
def get_it360_cookie_name
res = send_request_cgi({
'method' => 'GET',
'uri' => normalize_uri("/"),
'uri' => normalize_uri("/")
})
cookie = res.get_cookies
if cookie =~ /IAMAGENTTICKET([A-Z]{0,4})/
@ -214,7 +214,7 @@ class Metasploit3 < Msf::Exploit::Remote
# get the correct path, host and port
res = send_request_cgi({
'method' => 'GET',
'uri' => normalize_uri('/'),
'uri' => normalize_uri('/')
})
if res && res.redirect?