mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-19 14:06:30 +00:00
Avoid waiting 30 seconds when cleaning up the dbms and file system from sqlmap data
This commit is contained in:
parent
963fcb57b6
commit
a0df231aa4
3 changed files with 8 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue