use the user-supplied login info

git-svn-id: file:///home/svn/framework3/trunk@6152 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-01-14 17:51:46 +00:00
parent 2e4edcaa83
commit 5d8ca84113
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Metasploit3 < Msf::Auxiliary
user = "sa" if user.length == 0
begin
info = mssql_login
info = mssql_login(user, pass)
if (info == true)
print_status("#{ip}:#{rport} successful logged in as '#{user}' with password '#{pass}'")