mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Application Data is not a temporary directory writable by everybody
This commit is contained in:
parent
1e71b24dca
commit
8cf5d260fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue