fix another print_ call

unstable
jvazquez-r7 2013-02-01 20:43:54 +01:00
parent 152f397a1f
commit 996ee06b0f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Metasploit3 < Msf::Auxiliary
user = datastore['USERNAME']
pass = datastore['PASSWORD']
print_status("Trying to login with #{user} / #{pass}")
vprint_status("#{rhost}:#{rport} - Trying to login with #{user} / #{pass}")
#test login
begin