mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
modification of temporary directory from C:/Windows/Temp to %TEMP%
This commit is contained in:
@@ -211,7 +211,7 @@ class Filesystem:
|
||||
|
||||
for scrLine in fileScrLines:
|
||||
forgedScrLine = "echo %s " % scrLine
|
||||
forgedScrLine += ">> %s\%s" % (tmpPath, randScr)
|
||||
forgedScrLine += ">> \"%s\%s\"" % (tmpPath, randScr)
|
||||
forgedScrLines.append(forgedScrLine)
|
||||
|
||||
for forgedScrLine in forgedScrLines:
|
||||
|
||||
Reference in New Issue
Block a user