Scott Sutherland
Scott Sutherland
Add the listening TCP port to the Get-SQLServerInfo function output. Option #1: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-connections-transact-sql?view=sql-server-2017 select local_tcp_port from sys.dm_exec_connections where local_net_address is not null Option #2 xp_regread from the mssql service settings.
Function Name: "Invoke-SQLEscalatePriv" Function Description: Update the "Invoke-SQLEscalatePriv" function so that user's can quickly remove their sysadmin role membership after they complete post exploitation tasks. Requested by: @aconite33 Reference: https://github.com/NetSPI/PowerUpSQL/issues/16