mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor update
This commit is contained in:
parent
22f4d5650f
commit
e94f86a1ad
|
@ -41,7 +41,7 @@ class Miscellaneous:
|
|||
if Backend.isOs(OS.WINDOWS):
|
||||
self.checkDbmsOs(detailed=True)
|
||||
|
||||
if Backend.getOsVersion() == "2000":
|
||||
if Backend.getOsVersion() in ("2000", "NT"):
|
||||
conf.tmpPath = "C:/WINNT/Temp"
|
||||
elif Backend.getOsVersion() in ("2003", "XP"):
|
||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
||||
|
|
Loading…
Reference in New Issue
Block a user