This commit is contained in:
Miroslav Stampar 2019-03-20 12:01:24 +01:00
parent bf3edcfc1c
commit 8de2700edc
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME
from lib.core.enums import OS
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
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)

View File

@ -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