mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +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"):
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user