tab...
parent
a8c96213f0
commit
744308bd35
|
@ -98,7 +98,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
print_status("#{peer} - Executing payload #{@payload_name}")
|
print_status("#{peer} - Executing payload #{@payload_name}")
|
||||||
res = send_request_raw({
|
res = send_request_raw({
|
||||||
'uri' => upload_uri,
|
'uri' => upload_uri,
|
||||||
'method' => 'GET'
|
'method' => 'GET'
|
||||||
})
|
})
|
||||||
|
|
||||||
if res and res.code != 200
|
if res and res.code != 200
|
||||||
|
|
Loading…
Reference in New Issue