bug/bundler_fix
Christian Mehlmauer 2013-01-12 14:13:54 +01:00
parent 0b8094eb5d
commit 93b5980210
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Metasploit3 < Msf::Auxiliary
url="/#{datastore["URL"]}/#{datastore["WP_CONTENT_DIR"]}/w3tc/dbcache#{hash_path}"
url = normalize_uri(url)
result = ""
result = nil
begin
result = send_request_cgi({ "uri" => url, "method" => "GET" })
rescue ::Rex::ConnectionRefused, ::Rex::HostUnreachable, ::Rex::ConnectionTimeout