Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a0545 commit 4c91b5aCopy full SHA for 4c91b5a
1 file changed
lib/takeover/xp_cmdshell.py
@@ -90,7 +90,7 @@ def __xpCmdshellConfigure2000(self, mode):
90
cmd = "EXEC master..sp_addextendedproc 'xp_cmdshell', "
91
cmd += "@dllname='xplog70.dll'"
92
else:
93
- cmd = "EXEC master..sp_dropextendedproc xp_cmdshell"
+ cmd = "EXEC master..sp_dropextendedproc 'xp_cmdshell'"
94
95
return cmd
96
0 commit comments