mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
better solution
This commit is contained in:
parent
f86c365694
commit
2136b3447d
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user