Skip to content

Commit 67cf3e7

Browse files
committed
Update bmc_trackit_passwd_reset.rb
1 parent 90cc9a9 commit 67cf3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/bmc_trackit_passwd_reset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run
7272
})
7373

7474
if !res or res.body != "{\"success\":true,\"data\":{\"userUpdated\":true}}"
75-
fail_with("Could not register the user.")
75+
fail_with(Failure::Unknown, "Could not register the user.")
7676
end
7777

7878
password = Rex::Text.rand_text_alpha(10) + "!1"

0 commit comments

Comments
 (0)