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":
|
||||
conf.tmpPath = "C:/WINNT/Temp"
|
||||
else:
|
||||
elif Backend.getOsVersion() == "2003":
|
||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
||||
else:
|
||||
conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"
|
||||
else:
|
||||
conf.tmpPath = "/tmp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user