Fix issue 7632 where MSF keeps trying after success.

Thanks to Wei who suggested adding "return :next_user" after success.
bug/bundler_fix
Jin Qian 2016-11-29 14:57:15 -06:00
parent 19bcef0c92
commit afed1f465e
1 changed files with 1 additions and 0 deletions

View File

@ -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