File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2195,6 +2195,8 @@ def _mergeOptions(inputOptions, overrideOptions):
21952195 try :
21962196 inputOptions = base64unpickle (inputOptions .pickledOptions )
21972197 _normalizeOptions (inputOptions )
2198+ if type (inputOptions ) == dict :
2199+ inputOptions = AttribDict (inputOptions )
21982200 except Exception , ex :
21992201 errMsg = "provided invalid value '%s' for option '--pickled-options'" % inputOptions .pickledOptions
22002202 errMsg += " ('%s')" % ex if ex .message else ""
Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.7.40 "
22+ VERSION = "1.0.7.41 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ e4aec2b11c1ad6039d0c3dbbfbc5eb1a lib/core/exception.py
3939cc9c82cfffd8ee9b25ba3af6284f057e lib/core/__init__.py
404091c514013daa796e2cdd940389354eac lib/core/log.py
4141b9779615206791e6ebbaa84947842b49 lib/core/optiondict.py
42- 1975abc80f5fbc8d6dd9421a50f771d0 lib/core/option.py
42+ 21cad4d51154d9145ecd7fbbccc68e91 lib/core/option.py
43431e8948dddbd12def5c2af52530738059 lib/core/profiling.py
4444e60456db5380840a586654344003d4e6 lib/core/readlineng.py
45455ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
464699a2b496b9d5b546b335653ca801153f lib/core/revision.py
47477c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48- b80701b8eaf927683e27192bcbc8825f lib/core/settings.py
48+ 4d12f3016bab26effa493750d30a60bd lib/core/settings.py
49497af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
505023657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
51510bc2fae1dec18cdd11954b22358293f2 lib/core/target.py
You can’t perform that action at this time.
0 commit comments