Microsoft SQL Server is a proprietary relational database management system developed by Microsoft. mssqlclient.py is a Python script that allows a user to connect to a mssql server. The following command will login to the MSSQL server using Windows authentication.
Command Reference:
Username: john
Target: 10.10.10.1
mssqlclient.py john@10.10.10.1 -windows-auth