diff --git a/data/xml/banner/set-cookie.xml b/data/xml/banner/set-cookie.xml index fc454fcaa..a9d8143d8 100644 --- a/data/xml/banner/set-cookie.xml +++ b/data/xml/banner/set-cookie.xml @@ -27,7 +27,7 @@ - + @@ -50,4 +50,16 @@ + + + + + + + + + + + + diff --git a/lib/core/settings.py b/lib/core/settings.py index c7c241e1d..c2d3c8089 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.3.6.46" +VERSION = "1.3.6.47" 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)