Update bmc_trackit_passwd_reset.rb

bug/bundler_fix
Brandon Perry 2014-12-10 19:05:46 -06:00
parent f37dc13a19
commit 90cc9a9bed
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class Metasploit4 < Msf::Auxiliary
})
if !res or res.body != '{"success":true,"data":{"PasswordResetStatus":0}}'
fail_with("Could not change the user's password. Is it a domain or local user?")
fail_with(Failure::Unknown, "Could not change the user's password. Is it a domain or local user?")
end
print_status("Please run the psexec module using:")