From 8de2700edca58a03af16cbd8088505a58b136a9b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 20 Mar 2019 12:01:24 +0100 Subject: [PATCH] Fixes #3543 --- lib/core/option.py | 2 +- lib/core/settings.py | 2 +- txt/checksum.md5 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/option.py b/lib/core/option.py index 7be6dde33..d5d00aee1 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -2406,7 +2406,7 @@ def _basicOptionValidation(): raise SqlmapSyntaxException(errMsg) if conf.chunked and not any((conf.data, conf.requestFile)): - errMsg = "switch '--chunked' requires usage of option '--data' or '-r'" + errMsg = "switch '--chunked' requires usage of (POST) options/switches '--data', '-r' or '--forms'" raise SqlmapSyntaxException(errMsg) if conf.api and not conf.configFile: diff --git a/lib/core/settings.py b/lib/core/settings.py index e99ec3cb6..502d7688b 100644 --- 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.3.3.37" +VERSION = "1.3.3.38" 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 779a136bc..59360625b 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -43,14 +43,14 @@ f89512ef3ebea85611c5dde6c891b657 lib/core/datatype.py fb6be55d21a70765e35549af2484f762 lib/core/__init__.py 18c896b157b03af716542e5fe9233ef9 lib/core/log.py 2f474c3c7a56f0c3cf3371838e7e5fd4 lib/core/optiondict.py -e9b27d7328a8da0b48a908f0112c7745 lib/core/option.py +2880febde87765f0aeb2e42da3648d75 lib/core/option.py fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py 4b12aa67fbf6c973d12e54cf9cb54ea0 lib/core/profiling.py d5ef43fe3cdd6c2602d7db45651f9ceb lib/core/readlineng.py 7d8a22c582ad201f65b73225e4456170 lib/core/replication.py 3179d34f371e0295dd4604568fb30bcd lib/core/revision.py d6269c55789f78cf707e09a0f5b45443 lib/core/session.py -63db6d32f98705fc0240aaeeff88ef0d lib/core/settings.py +c62a4d131f4a69549b277ab49e712075 lib/core/settings.py 4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py 10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py 10d7e4f7ba2502cce5cf69223c52eddc lib/core/target.py