diff --git a/data/xml/banner/generic.xml b/data/xml/banner/generic.xml index 555981e86..0fcd3d3ec 100644 --- a/data/xml/banner/generic.xml +++ b/data/xml/banner/generic.xml @@ -34,7 +34,7 @@ - + diff --git a/data/xml/banner/server.xml b/data/xml/banner/server.xml index a499bcd20..5b49ab742 100644 --- a/data/xml/banner/server.xml +++ b/data/xml/banner/server.xml @@ -163,6 +163,10 @@ + + + + @@ -315,7 +319,11 @@ - + + + + + @@ -858,7 +866,7 @@ - + diff --git a/lib/core/settings.py b/lib/core/settings.py index 88f78d9d8..4f59e9ff3 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.5.11.4" +VERSION = "1.5.11.5" 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)