mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Minor fix
This commit is contained in:
parent
65a05452f7
commit
4c91b5a896
|
@ -90,7 +90,7 @@ class xp_cmdshell:
|
|||
cmd = "EXEC master..sp_addextendedproc 'xp_cmdshell', "
|
||||
cmd += "@dllname='xplog70.dll'"
|
||||
else:
|
||||
cmd = "EXEC master..sp_dropextendedproc xp_cmdshell"
|
||||
cmd = "EXEC master..sp_dropextendedproc 'xp_cmdshell'"
|
||||
|
||||
return cmd
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user