From c41c93a40472b479a22d643ddd9e5e7637cefdaa Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 7 Jun 2017 22:43:28 +0200 Subject: [PATCH] Fixes #2568 --- lib/core/optiondict.py | 2 +- lib/core/settings.py | 2 +- txt/checksum.md5 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index fbb0244f5..fd85eff38 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -77,8 +77,8 @@ optDict = { "testParameter": "string", "skip": "string", "skipStatic": "boolean", - "skip": "string", "paramExclude": "string", + "dbms": "string", "dbmsCred": "string", "os": "string", "invalidBignum": "boolean", diff --git a/lib/core/settings.py b/lib/core/settings.py index 01c48330e..3bac3eedf 100755 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.1.6.7" +VERSION = "1.1.6.8" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 6b150d1e9..34078b85c 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -39,14 +39,14 @@ b9ff4e622c416116bee6024c0f050349 lib/core/enums.py 9381a0c7e8bc19986299e84f4edda1a0 lib/core/exception.py 310efc965c862cfbd7b0da5150a5ad36 lib/core/__init__.py 9ba39bf66e9ecd469446bdbbeda906c3 lib/core/log.py -edcfce0850771e6454acef244d5c5760 lib/core/optiondict.py +f1531be15ed98555a9010e2db3c9da75 lib/core/optiondict.py 0ff0d360c02b4b92293aa7e5ee705d49 lib/core/option.py 5f2f56e6c5f274408df61943f1e080c0 lib/core/profiling.py 40be71cd774662a7b420caeb7051e7d5 lib/core/readlineng.py d8e9250f3775119df07e9070eddccd16 lib/core/replication.py 785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py 40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py -fff32e00b8133f3d85019c6e0d768ee5 lib/core/settings.py +d756c1c15c9e63145a608e3b73d95324 lib/core/settings.py d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py 2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py 8136241fdbdb99a5dc0e51ba72918f6e lib/core/target.py