mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Minor update to cleanup properly new xp_cmdshell
This commit is contained in:
parent
d726050bc4
commit
bd99470a4a
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue