use print_error for failed login

git-svn-id: file:///home/svn/framework3/trunk@8178 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-01-20 02:33:15 +00:00
parent 07a25af681
commit 4a54388119
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Metasploit3 < Msf::Auxiliary
)
return :next_user
else
print_status("#{rhost}:#{rport} failed to login as '#{user}'") if verbose
print_error("#{rhost}:#{rport} failed to login as '#{user}'") if verbose
return
end
rescue ::Rex::ConnectionError