mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor update
This commit is contained in:
@@ -43,7 +43,7 @@ class Miscellaneous:
|
|||||||
|
|
||||||
if Backend.getOsVersion() == "2000":
|
if Backend.getOsVersion() == "2000":
|
||||||
conf.tmpPath = "C:/WINNT/Temp"
|
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"
|
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
||||||
else:
|
else:
|
||||||
conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"
|
conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"
|
||||||
|
|||||||
Reference in New Issue
Block a user