mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Allow user to force temporary folder with --tmp-path even if it has been saved one in the session file
This commit is contained in:
parent
fbe5ba5394
commit
a313df4d37
|
@ -233,7 +233,7 @@ def resumeConfKb(expression, url, value):
|
|||
else:
|
||||
conf.os = os
|
||||
|
||||
elif expression == "Remote temp path" and url == conf.url:
|
||||
elif expression == "Remote temp path" and url == conf.url and conf.tmpPath is None:
|
||||
conf.tmpPath = unSafeFormatString(value[:-1])
|
||||
|
||||
logMsg = "resuming remote absolute path of temporary "
|
||||
|
|
Loading…
Reference in New Issue
Block a user