Probe: MSSQL Authentication Tester Pentest

Depends:
tcp/ports

Provides:
mssql/connection

This probe attempts to connect to an available MSSQL database using the user specified connection information. Upon successful connection, the probe will put the JDBC Connection object into the KB under key mssql/connection

Options:
mssql/user - The username to use for connecting
mssql/password - The password to use for connecting
mssql/database - The database to use
mssql/tds - The version of the TDS protocol to use when connecting. Use 7.0 for MSSQL 2000, and 4.2 for all else