Land #5623, ipmi_dumphashes NoMethodError fix

bug/bundler_fix
William Vu 2015-06-29 02:44:44 -05:00
commit a30144f9ab
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class Metasploit3 < Msf::Auxiliary
}.merge(service_data)
cl = create_credential_login(login_data)
cl.core_id
cl ? cl.core_id : nil
end
def report_cracked_cred(user, password, core_id)