From f84ec1072be73bde88ebebab2fb8eef612ce9d7c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 6 Jan 2021 16:09:40 +0100 Subject: [PATCH] Patch related to #4527 (drei) --- lib/core/settings.py | 2 +- lib/request/basic.py | 2 +- lib/request/connect.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index f7c130787..75b13d7ff 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -18,7 +18,7 @@ from lib.core.enums import OS from thirdparty.six import unichr as _unichr # sqlmap version (...) -VERSION = "1.5.1.11" +VERSION = "1.5.1.12" 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/request/basic.py b/lib/request/basic.py index 1e05a8f21..db10990c3 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -303,7 +303,7 @@ def decodePage(page, contentEncoding, contentType, percentDecode=True): page = data.read() except Exception as ex: - if "