Merge branch 'post-mods' of github.com:ohdae/metasploit-framework into post-mods

unstable
ohdae 2012-03-16 09:15:47 -04:00
commit 9b4ecc2777
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class Metasploit3 < Msf::Post
sql_hist = cat_file("/home/#{u}/.mysql_history")
end
save("History for #{u}", hist) unless sql_hist =~ /No such file or directory/
save("History for #{u}", sql_hist) unless sql_hist =~ /No such file or directory/
end
else
vprint_status("Extracting SQL history for #{user}")