mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -41,7 +41,7 @@ class Miscellaneous:
|
|||||||
if Backend.isOs(OS.WINDOWS):
|
if Backend.isOs(OS.WINDOWS):
|
||||||
self.checkDbmsOs(detailed=True)
|
self.checkDbmsOs(detailed=True)
|
||||||
|
|
||||||
if Backend.getOsVersion() == "2000":
|
if Backend.getOsVersion() in ("2000", "NT"):
|
||||||
conf.tmpPath = "C:/WINNT/Temp"
|
conf.tmpPath = "C:/WINNT/Temp"
|
||||||
elif Backend.getOsVersion() in ("2003", "XP"):
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user