make it more obvious that the connection failed, not the login. see #2682

git-svn-id: file:///home/svn/framework3/trunk@10467 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-09-24 21:45:36 +00:00
parent 478a15f827
commit a9c3628a2d
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class Metasploit3 < Msf::Auxiliary
return
end
rescue ::Rex::ConnectionError
vprint_error("#{rhost}:#{rport} connection failed")
return :abort
end
end