mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -43,8 +43,10 @@ class Miscellaneous:
|
|||||||
|
|
||||||
if Backend.getOsVersion() == "2000":
|
if Backend.getOsVersion() == "2000":
|
||||||
conf.tmpPath = "C:/WINNT/Temp"
|
conf.tmpPath = "C:/WINNT/Temp"
|
||||||
else:
|
elif Backend.getOsVersion() == "2003":
|
||||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
||||||
|
else:
|
||||||
|
conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"
|
||||||
else:
|
else:
|
||||||
conf.tmpPath = "/tmp"
|
conf.tmpPath = "/tmp"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user