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 "