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'