mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
The default temporary directory as to stay as is, do not touch this code snippet anymore please
This commit is contained in:
parent
52a8b25ff4
commit
c735d846ee
|
@ -45,10 +45,10 @@ class Miscellaneous:
|
|||
|
||||
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"
|
||||
elif Backend.isOs("XP"):
|
||||
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data"
|
||||
else:
|
||||
conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"
|
||||
conf.tmpPath = "C:/Windows/Temp"
|
||||
else:
|
||||
conf.tmpPath = "/tmp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user