Fix errant spaces, closes #5666, thanks jjarmoc!

git-svn-id: file:///home/svn/framework3/trunk@13858 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-10-10 21:07:55 +00:00
parent e9e4dc5d02
commit 43e6b3066b
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class Metasploit3 < Msf::Post
@hist_col.each do |hitem|
url = hitem["url"].split('?')[0].downcase
hash = hash_url(url).upcase
if val_arr.include? (hash)
if val_arr.include?(hash)
data = registry_getvaldata(regpath, hash)
dec = decrypt_reg(url, data)
#decode data and add to creds array