Make the timeout for the calling payload request lower
parent
98dca6161c
commit
aaed7fe957
|
@ -70,8 +70,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
print_status("#{peer} - Calling uploaded file #{file_path}")
|
print_status("#{peer} - Calling uploaded file #{file_path}")
|
||||||
send_request_cgi(
|
send_request_cgi(
|
||||||
'uri' => file_path,
|
{
|
||||||
'method' => 'GET'
|
'uri' => file_path,
|
||||||
)
|
'method' => 'GET'
|
||||||
|
}, 5)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue