Land #2792 - SSO/Mimikatz module overwrites password with N/A

bug/bundler_fix
sinn3r 2013-12-27 17:25:44 -06:00
commit f2335b5145
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ class Metasploit3 < Msf::Post
def report_creds(domain, user, pass)
return if (user.empty? or pass.empty?)
return if pass.include?("n.a.")
if session.db_record
source_id = session.db_record.id