mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor update to cleanup properly new xp_cmdshell
This commit is contained in:
@@ -162,7 +162,7 @@ class Miscellaneous:
|
||||
inject.goStacked("DROP TABLE %s" % self.cmdTblName, silent=True)
|
||||
|
||||
if Backend.isDbms(DBMS.MSSQL):
|
||||
return
|
||||
udfDict = {"master..new_xp_cmdshell": None}
|
||||
|
||||
if udfDict is None:
|
||||
udfDict = self.sysUdfs
|
||||
|
||||
Reference in New Issue
Block a user