mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
Application Data is not a temporary directory writable by everybody
This commit is contained in:
@@ -46,7 +46,7 @@ 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.isOs("XP"):
|
elif Backend.isOs("XP"):
|
||||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data"
|
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/Temp"
|
||||||
else:
|
else:
|
||||||
conf.tmpPath = "C:/Windows/Temp"
|
conf.tmpPath = "C:/Windows/Temp"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user