From cf5e2aa7ef2dcea5d7192da4afaf26a2d51d81c1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 16 May 2023 09:48:33 +0200 Subject: [PATCH] Fixes #5416 --- lib/core/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index bb8eec6d3..138e2a890 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -20,7 +20,7 @@ from thirdparty import six from thirdparty.six import unichr as _unichr # sqlmap version (...) -VERSION = "1.7.5.0" +VERSION = "1.7.5.1" 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) @@ -431,7 +431,7 @@ META_REFRESH_REGEX = r'(?i)]+content="?[^">]+;\s* JAVASCRIPT_HREF_REGEX = r'