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