mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2068
This commit is contained in:
parent
10eafa35fd
commit
d82f20abc4
3 changed files with 5 additions and 3 deletions
|
|
@ -2195,6 +2195,8 @@ def _mergeOptions(inputOptions, overrideOptions):
|
|||
try:
|
||||
inputOptions = base64unpickle(inputOptions.pickledOptions)
|
||||
_normalizeOptions(inputOptions)
|
||||
if type(inputOptions) == dict:
|
||||
inputOptions = AttribDict(inputOptions)
|
||||
except Exception, ex:
|
||||
errMsg = "provided invalid value '%s' for option '--pickled-options'" % inputOptions.pickledOptions
|
||||
errMsg += " ('%s')" % ex if ex.message else ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue