mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 02:53:46 +03:00
minor update
This commit is contained in:
parent
2136b3447d
commit
e3466fa5d8
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user