Change output message

unstable
sinn3r 2012-02-29 01:36:38 -06:00
parent bc8480715f
commit 6321ff7cb4
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class Metasploit3 < Msf::Auxiliary
end
def do_login(user, password)
vprint_status("user: #{user}, password: #{password}")
vprint_status("Trying user: #{user}, password: #{password}")
nonce = get_nonce
status = auth(user, password, nonce)
return status