Removed timeout 2.

bug/bundler_fix
Roberto Soares 2015-04-16 04:09:02 -03:00
parent 1249f29ee8
commit d3a6de761d
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ class Metasploit3 < Msf::Exploit::Remote
end
print_status("#{peer} - Calling payload...")
send_request_cgi({
send_request_cgi(
'uri' => normalize_uri(wordpress_url_wp_content, 'uploads', 'contact_files', new_php_pagename)
}, 2)
)
end
end