mssqlclient.py
Verified for current stable LTS
Mssqlclient.py Commands
Mssqlclient.py command syntax with verified terminal examples.
Commands
8 commands for Mssqlclient.py
mssqlclient.py HTTP
Mssqlclient.py Command: Connect Mssql Server Kerberos Auth
mssqlclient.py -k <domain>/<username>@<target> mssqlclient.py HTTP
Mssqlclient.py Command: Connect Mssql Server Pass The Hash
mssqlclient.py <domain>/<username>@<target> -hashes <LM_Hash>:<NT_Hash> mssqlclient.py HTTP
Mssqlclient.py Command: Connect Mssql Server Sql Auth
mssqlclient.py <username>:<password>@<target> mssqlclient.py HTTP
Mssqlclient.py Command: Connect Mssql Server Windows Auth
mssqlclient.py -windows-auth <domain>/<username>:<password>@<target> mssqlclient.py HTTP
Mssqlclient.py Command: Connect To Specific Database Instance
mssqlclient.py <username>:<password>@<target> -db <database_name> mssqlclient.py HTTP
Mssqlclient.py Command: Display Sql Queries Before Execution
mssqlclient.py <username>:<password>@<target> -show mssqlclient.py HTTP
Mssqlclient.py Command: Execute Multiple Sql Commands From File
mssqlclient.py <username>:<password>@<target> -file <path/to/sql_file.sql> mssqlclient.py HTTP
Mssqlclient.py Command: Execute Sql Command On Connect
mssqlclient.py <username>:<password>@<target> -query "<SELECT user_name();>" Suggest a Mssqlclient.py Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Mssqlclient.py workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.