mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Some renaming (pylint stuff)
This commit is contained in:
@@ -165,7 +165,7 @@ class Miscellaneous(object):
|
||||
inject.goStacked("DROP TABLE %s" % self.cmdTblName, silent=True)
|
||||
|
||||
if Backend.isDbms(DBMS.MSSQL):
|
||||
udfDict = {"master..new_xp_cmdshell": None}
|
||||
udfDict = {"master..new_xp_cmdshell": {}}
|
||||
|
||||
if udfDict is None:
|
||||
udfDict = self.sysUdfs
|
||||
|
||||
Reference in New Issue
Block a user