diff --git a/modules/post/windows/gather/dumplinks.rb b/modules/post/windows/gather/dumplinks.rb index 875d07cd21..167438d08d 100644 --- a/modules/post/windows/gather/dumplinks.rb +++ b/modules/post/windows/gather/dumplinks.rb @@ -84,6 +84,7 @@ class Metasploit3 < Msf::Post userinfo['userpath'] = dir_entry_exists(userinfo['userpath']) userinfo['useroffcpath'] = dir_entry_exists(userinfo['useroffcpath']) users << userinfo + userinfo = {} end else uservar = session.fs.file.expand_path("%USERNAME%")