mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
The default temporary directory as to stay as is, do not touch this code snippet anymore please
This commit is contained in:
@@ -45,10 +45,10 @@ class Miscellaneous:
|
|||||||
|
|
||||||
if Backend.getOsVersion() in ("2000", "NT"):
|
if Backend.getOsVersion() in ("2000", "NT"):
|
||||||
conf.tmpPath = "C:/WINNT/Temp"
|
conf.tmpPath = "C:/WINNT/Temp"
|
||||||
elif Backend.getOsVersion() in ("2003", "XP"):
|
elif Backend.isOs("XP"):
|
||||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data"
|
||||||
else:
|
else:
|
||||||
conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"
|
conf.tmpPath = "C:/Windows/Temp"
|
||||||
else:
|
else:
|
||||||
conf.tmpPath = "/tmp"
|
conf.tmpPath = "/tmp"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user