mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Minor fix for --cleanup on MSSQL
This commit is contained in:
parent
6d165861c8
commit
7dd5bd9d59
|
@ -116,6 +116,7 @@ class Miscellaneous:
|
|||
|
||||
logger.debug("removing support tables")
|
||||
inject.goStacked("DROP TABLE %s" % self.fileTblName, silent=True)
|
||||
inject.goStacked("DROP TABLE %shex" % self.fileTblName, silent=True)
|
||||
|
||||
if not onlyFileTbl:
|
||||
inject.goStacked("DROP TABLE %s" % self.cmdTblName, silent=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user