mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-25 23:59:02 +00:00
Minor bugs fixes
This commit is contained in:
@@ -232,7 +232,7 @@ class Filesystem:
|
||||
commands = (
|
||||
"cd %s" % tmpPath,
|
||||
"debug < %s" % randScr,
|
||||
"del /F %s" % randScr
|
||||
"del /F /Q %s" % randScr
|
||||
)
|
||||
|
||||
complComm = " & ".join(command for command in commands)
|
||||
|
||||
Reference in New Issue
Block a user