Add mssql_ping back in
git-svn-id: file:///home/svn/framework3/trunk@13434 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e916e06b6e
commit
c216219573
|
@ -37,6 +37,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
def run_host(ip)
|
def run_host(ip)
|
||||||
|
|
||||||
|
info = mssql_ping(2)
|
||||||
if (not mssql_login_datastore)
|
if (not mssql_login_datastore)
|
||||||
print_error("#{rhost}:#{rport} - Invalid SQL Server credentials")
|
print_error("#{rhost}:#{rport} - Invalid SQL Server credentials")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue