diff --git a/modules/post/firefox/gather/passwords.rb b/modules/post/firefox/gather/passwords.rb index 8eb8a305c9..d3db014177 100644 --- a/modules/post/firefox/gather/passwords.rb +++ b/modules/post/firefox/gather/passwords.rb @@ -67,7 +67,7 @@ class Metasploit3 < Msf::Post } return sanitized; } - + // Find user from returned array of nsILoginInfo objects for (var i = 0; i < logins.length; i++) { passwords.push(sanitize(logins[i]));