Avoid waiting 30 seconds when cleaning up the dbms and file system from sqlmap data

This commit is contained in:
Bernardo Damele
2010-10-29 13:09:53 +00:00
parent 963fcb57b6
commit a0df231aa4
3 changed files with 8 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ class Abstraction(Web, UDF, xp_cmdshell):
self.udfExecCmd(cmd, silent=silent)
elif kb.dbms == "Microsoft SQL Server":
self.xpCmdshellExecCmd(cmd, silent)
self.xpCmdshellExecCmd(cmd, silent=silent)
else:
errMsg = "Feature not yet implemented for the back-end DBMS"