mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Application Data is not a temporary directory writable by everybody
This commit is contained in:
parent
1e71b24dca
commit
8cf5d260fd
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user