mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +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"):
|
||||
conf.tmpPath = "C:/WINNT/Temp"
|
||||
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:
|
||||
conf.tmpPath = "C:/Windows/Temp"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user