Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c91b5a

Browse files
committed
Minor fix
1 parent 65a0545 commit 4c91b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/xp_cmdshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __xpCmdshellConfigure2000(self, mode):
9090
cmd = "EXEC master..sp_addextendedproc 'xp_cmdshell', "
9191
cmd += "@dllname='xplog70.dll'"
9292
else:
93-
cmd = "EXEC master..sp_dropextendedproc xp_cmdshell"
93+
cmd = "EXEC master..sp_dropextendedproc 'xp_cmdshell'"
9494

9595
return cmd
9696

0 commit comments

Comments
 (0)