Fixes #4390, such a bute
git-svn-id: file:///home/svn/framework3/trunk@12578 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
cd5dbe7d58
commit
28ae2316a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue