Fix issue 7632 where MSF keeps trying after success.
Thanks to Wei who suggested adding "return :next_user" after success.bug/bundler_fix
parent
19bcef0c92
commit
afed1f465e
|
@ -77,6 +77,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
password: pass,
|
||||
proof: auth.body.to_s
|
||||
)
|
||||
return :next_user
|
||||
else
|
||||
print_error("#{target_url} - Dell iDRAC - Failed to login as '#{user}' with password '#{pass}'")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue