Fixed incorrect variable within get_sql_history
parent
f6a2e2b890
commit
13b92b97e9
|
@ -126,7 +126,7 @@ class Metasploit3 < Msf::Post
|
||||||
sql_hist = cat_file("/home/#{u}/.mysql_history")
|
sql_hist = cat_file("/home/#{u}/.mysql_history")
|
||||||
end
|
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
|
end
|
||||||
else
|
else
|
||||||
vprint_status("Extracting SQL history for #{user}")
|
vprint_status("Extracting SQL history for #{user}")
|
||||||
|
|
Loading…
Reference in New Issue