Land #2590, gsub nil fix for mimikatz

bug/bundler_fix
William Vu 2013-10-29 00:58:16 -05:00
commit 665f6c3e35
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Console::CommandDispatcher::Mimikatz
) )
accounts.each do |acc| accounts.each do |acc|
table << [acc[:authid], acc[:package], acc[:domain], acc[:user], acc[:password].gsub("\n","")] table << [acc[:authid], acc[:package], acc[:domain], acc[:user], (acc[:password] || "").gsub("\n","")]
end end
print_line table.to_s print_line table.to_s