Land #3447, fix variable typo

This commit is contained in:
Tod Beardsley 2014-06-12 14:07:34 -05:00
commit e9783200f2
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class Metasploit3 < Msf::Auxiliary
key_md5 = ::Rex::Text.md5(key)
hash_path = "/#{key_md5[0,1]}/#{key_md5[1,1]}/#{key_md5[2,1]}/#{key_md5}"
url = normalize_uri(wordpress_url, datastore["WP_CONTENT_DIR"], "/w3tc/dbcache")
uri << hash_path
url << hash_path
result = nil
begin