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:
@@ -65,7 +65,7 @@ class Miscellaneous:
|
||||
#logger.info(infoMsg)
|
||||
#
|
||||
#conf.tmpPath = self.evalCmd("echo %TEMP%")
|
||||
conf.tmpPath = "C:/WINDOWS/Temp"
|
||||
conf.tmpPath = "%TEMP%"
|
||||
else:
|
||||
conf.tmpPath = "/tmp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user