LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

impacket-mssqlclient

connects to Microsoft SQL Server databases for executing queries and database

TLDR

Connect to MSSQL server
$ impacket-mssqlclient [domain]/[user]:[password]@[target]
copy
Connect with Windows authentication
$ impacket-mssqlclient -windows-auth [domain]/[user]:[password]@[target]
copy
Specify port
$ impacket-mssqlclient -port [1433] [user]:[password]@[target]
copy
Execute query
$ impacket-mssqlclient [user]:[password]@[target] -q "[SELECT @@version]"
copy

SYNOPSIS

impacket-mssqlclient [options] target

DESCRIPTION

impacket-mssqlclient connects to Microsoft SQL Server databases for executing queries and database operations. Part of the Impacket toolkit. Supports SQL and Windows authentication. Interactive mode provides a SQL shell for commands like xp_cmdshell.

PARAMETERS

-windows-auth

Use Windows authentication.
-port port
SQL Server port (default 1433).
-q query
Execute query and exit.
-file file
Execute SQL from file.
-hashes lm:nt
Use NTLM hashes.

INSTALL

sudo pacman -S impacket
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid