mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor update
This commit is contained in:
parent
e3466fa5d8
commit
a48fc4efec
|
@ -43,7 +43,7 @@ class Miscellaneous:
|
|||
|
||||
if Backend.getOsVersion() == "2000":
|
||||
conf.tmpPath = "C:/WINNT/Temp"
|
||||
elif Backend.getOsVersion() == "2003":
|
||||
elif Backend.getOsVersion() in ("2003", "XP"):
|
||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
||||
else:
|
||||
conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"
|
||||
|
|
Loading…
Reference in New Issue
Block a user