mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Some renaming (pylint stuff)
This commit is contained in:
parent
e236ba5616
commit
b3cdec547b
17 changed files with 108 additions and 108 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue