Skip to content

Commit a723432

Browse files
authored
Update Get-SQLPersistRegDebugger description
1 parent 917e6bf commit a723432

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

PowerUpSQL.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
File: PowerUpSQL.ps1
55
Author: Scott Sutherland (@_nullbind), NetSPI - 2016
66
Contributors: Antti Rantasaari and Eric Gruber
7-
Version: 1.0.0.33
7+
Version: 1.0.0.34
88
Description: PowerUpSQL is a PowerShell toolkit for attacking SQL Server.
99
License: BSD 3-Clause
1010
Required Dependencies: PowerShell v.2
@@ -9905,11 +9905,11 @@ Function Get-SQLPersistRegDebugger
99059905
{
99069906
<#
99079907
.SYNOPSIS
9908-
This function will use the xp_regwrite procedure to setup command
9909-
to run instead of the defined FileName when it's called. It
9910-
is commonly used with accessibily options to access RDP and launch
9911-
PowerShell payloads. The specific registry key is.
9912-
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
9908+
This function uses xp_regwrite to configure a debugger for a provided
9909+
executable (utilman.exe by default), which will run another provided
9910+
executable (cmd.exe by default) when it’s called. It is commonly used
9911+
to create RDP backdoors. The specific registry key is
9912+
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options[EXE].
99139913
Sysadmin privileges are required.
99149914
.PARAMETER Username
99159915
SQL Server or domain account to authenticate with.

0 commit comments

Comments
 (0)