mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bugs fixes
This commit is contained in:
parent
5fdebb5d5b
commit
b19de015c5
5 changed files with 10 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue