mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
better solution
This commit is contained in:
@@ -44,7 +44,7 @@ class Miscellaneous:
|
||||
if Backend.getOsVersion() == "2000":
|
||||
conf.tmpPath = "C:/WINNT/Temp"
|
||||
else:
|
||||
conf.tmpPath = "C:/WINDOWS/Temp"
|
||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
||||
else:
|
||||
conf.tmpPath = "/tmp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user