Fixes #4390, such a bute

git-svn-id: file:///home/svn/framework3/trunk@12578 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-05-10 20:52:59 +00:00
parent cd5dbe7d58
commit 28ae2316a4
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class Metasploit3 < Msf::Auxiliary
end
def run_host(ip)
print_status("#{ip}:#{rport} - SSH - Starting buteforce")
print_status("#{ip}:#{rport} - SSH - Starting bruteforce")
each_user_pass do |user, pass|
vprint_status("#{ip}:#{rport} - SSH - Trying: username: '#{user}' with password: '#{pass}'")
this_attempt ||= 0