Remove the starting host verbage; it gets noisy in scanning mode

git-svn-id: file:///home/svn/framework3/trunk@8390 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-02-06 22:07:44 +00:00
parent 715e2c4c2e
commit b2518b7c68
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
##
##
# This file is part of the Metasploit Framework and may be subject to
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
@ -44,7 +44,7 @@ class Metasploit3 < Msf::Auxiliary
end
def run_host(ip)
print_status("Starting host #{ip}")
begin
connect
each_user_pass { |user, pass|
@ -59,7 +59,7 @@ class Metasploit3 < Msf::Auxiliary
def try_user_pass(user, pass)
@attempts += 1
if @attempts % datastore["ATTEMPTS"] == 0
disconnect
disconnect
connect
end
send_user(user)