Skip to content

Commit b6bb199

Browse files
committed
Merge branch 'master' of github.com:rapid7/metasploit-framework into upstream-master
2 parents c31758e + 530e9a9 commit b6bb199

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)