mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-24 09:15:29 +01:00
better solution
This commit is contained in:
parent
f86c365694
commit
2136b3447d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class Miscellaneous:
|
|||
if Backend.getOsVersion() == "2000":
|
||||
conf.tmpPath = "C:/WINNT/Temp"
|
||||
else:
|
||||
conf.tmpPath = "C:/WINDOWS/Temp"
|
||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
|
||||
else:
|
||||
conf.tmpPath = "/tmp"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue