File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2194,9 +2194,9 @@ def _mergeOptions(inputOptions, overrideOptions):
21942194 if inputOptions .pickledOptions :
21952195 try :
21962196 inputOptions = base64unpickle (inputOptions .pickledOptions )
2197- _normalizeOptions (inputOptions )
21982197 if type (inputOptions ) == dict :
21992198 inputOptions = AttribDict (inputOptions )
2199+ _normalizeOptions (inputOptions )
22002200 except Exception , ex :
22012201 errMsg = "provided invalid value '%s' for option '--pickled-options'" % inputOptions .pickledOptions
22022202 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.41 "
22+ VERSION = "1.0.7.42 "
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- 21cad4d51154d9145ecd7fbbccc68e91 lib/core/option.py
42+ 987f82b5e004fb47a1ae76d763b3c57f 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- 4d12f3016bab26effa493750d30a60bd lib/core/settings.py
48+ 00cf845a2c2dd5ce0546dd003d65650d 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