We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37dc13 commit 90cc9a9Copy full SHA for 90cc9a9
modules/auxiliary/gather/bmc_trackit_passwd_reset.rb
@@ -90,7 +90,7 @@ def run
90
})
91
92
if !res or res.body != '{"success":true,"data":{"PasswordResetStatus":0}}'
93
- 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?")
94
end
95
96
print_status("Please run the psexec module using:")
0 commit comments