Skip to content

Commit 530e9a9

Browse files
committed
Land rapid7#7633, fix dell_idrac to stop trying on a user after a valid login
2 parents 5b80c5d + afed1f4 commit 530e9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/http/dell_idrac.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def do_login(user=nil, pass=nil)
7777
password: pass,
7878
proof: auth.body.to_s
7979
)
80+
return :next_user
8081
else
8182
print_error("#{target_url} - Dell iDRAC - Failed to login as '#{user}' with password '#{pass}'")
8283
end

0 commit comments

Comments
 (0)