Overview
Attempts to run a command using the command shell of Microsoft SQL Server (ms-sql). SQL Server credentials required: Yes (use ms-sql-brute , ms-sql-empty-password and/or mssql.username & mssql.password ) Run criteria:
Host script: Will run if the mssql.instance-all , mssql.instance-name
or mssql.instance-port script arguments are used (see mssql.lua).
Port script: Will run against any services identified as SQL Servers, but only
if the mssql.instance-all , mssql.instance-name and mssql.instance-port script arguments are NOT used.
The script needs an account with the sysadmin server role to work. When run, the script iterates over the credentials and attempts to run the command until either all credentials are exhausted or until the command is executed. NOTE: Communication with instances via named pipes depends on the smb library. To communicate with (and possibly to discover) instances via named pipes, the host must have at least one SMB port (e.g. TCP 445) that was scanned and found to be open. Additionally, named pipe connections may require Windows authentication to connect to the Windows host (via SMB) in addition to the authentication required to connect to the SQL Server instances itself. See the documentation and arguments for the smb library for more information. NOTE: By default, the ms-sql-* scripts may attempt to connect to and communicate with ports that were not included in the port list for the Nmap scan. This can be disabled using the mssql.scanned-ports-only script argument.