use the user-supplied login info
git-svn-id: file:///home/svn/framework3/trunk@6152 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2e4edcaa83
commit
5d8ca84113
|
@ -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}'")
|
||||
|
|
Loading…
Reference in New Issue