From 6b0633289650b13d3e8b4cb10fb24ddc0342a321 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 12 Jun 2018 22:45:16 +0200 Subject: [PATCH] Fixes #3145 --- lib/core/settings.py | 2 +- lib/core/target.py | 2 +- txt/checksum.md5 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 1d86bc30d..72907db34 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.2.6.16" +VERSION = "1.2.6.17" 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/lib/core/target.py b/lib/core/target.py index 8e38389b9..4ab2e2cca 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -83,6 +83,7 @@ def _setRequestParams(): conf.parameters[None] = "direct connection" return + hintNames = [] testableParameters = False # Perform checks on GET parameters @@ -101,7 +102,6 @@ def _setRequestParams(): if conf.data is not None: conf.method = HTTPMETHOD.POST if not conf.method or conf.method == HTTPMETHOD.GET else conf.method - hintNames = [] def process(match, repl): retVal = match.group(0) diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 84f60fc77..7ce69f98e 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -47,10 +47,10 @@ c9a56e58984420a5abb7a3f7aadc196d lib/core/optiondict.py 0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py a7db43859b61569b601b97f187dd31c5 lib/core/revision.py fcb74fcc9577523524659ec49e2e964b lib/core/session.py -c769cdd91e5adaf3c6a1cdfe24b7a544 lib/core/settings.py +8a43d5859fe5a416edcbe75f9570f909 lib/core/settings.py 0dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py -8f8613d1a960d53655ceee0114e2b206 lib/core/target.py +36bd2dc292c0e10e39bd9c43b77fe1bc lib/core/target.py 72d499ca8d792e90a1ebfb2ad2341a51 lib/core/testing.py de9922a29c71a235cb95a916ff925db2 lib/core/threads.py c40758411bb0bd68764d78e0bb72bd0f lib/core/unescaper.py