bug/bundler_fix
Kurt Grutzmacher 2014-03-27 05:24:55 -07:00
parent a8c96213f0
commit 744308bd35
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("#{peer} - Executing payload #{@payload_name}")
res = send_request_raw({
'uri' => upload_uri,
'method' => 'GET'
'method' => 'GET'
})
if res and res.code != 200