diff --git a/data/xml/payloads/stacked_queries.xml b/data/xml/payloads/stacked_queries.xml index b7df99fda..82a8009f0 100644 --- a/data/xml/payloads/stacked_queries.xml +++ b/data/xml/payloads/stacked_queries.xml @@ -85,7 +85,7 @@ - MySQL < 5.0.12 stacked queries (heavy query - comment) + MySQL < 5.0.12 stacked queries (BENCHMARK - comment) 4 3 2 @@ -105,7 +105,7 @@ - MySQL < 5.0.12 stacked queries (heavy query) + MySQL < 5.0.12 stacked queries (BENCHMARK) 4 5 2 diff --git a/data/xml/payloads/time_blind.xml b/data/xml/payloads/time_blind.xml index 033d9fd37..daaa94d1f 100644 --- a/data/xml/payloads/time_blind.xml +++ b/data/xml/payloads/time_blind.xml @@ -169,7 +169,7 @@ - MySQL < 5.0.12 AND time-based blind (heavy query) + MySQL < 5.0.12 AND time-based blind (BENCHMARK) 5 2 2 @@ -189,7 +189,7 @@ - MySQL < 5.0.12 OR time-based blind (heavy query) + MySQL < 5.0.12 OR time-based blind (BENCHMARK) 5 2 3 @@ -209,7 +209,7 @@ - MySQL < 5.0.12 AND time-based blind (heavy query - comment) + MySQL < 5.0.12 AND time-based blind (BENCHMARK - comment) 5 5 2 @@ -230,7 +230,7 @@ - MySQL < 5.0.12 OR time-based blind (heavy query - comment) + MySQL < 5.0.12 OR time-based blind (BENCHMARK - comment) 5 5 3 @@ -1500,7 +1500,7 @@ - MySQL < 5.0.12 time-based blind - Parameter replace (heavy queries) + MySQL < 5.0.12 time-based blind - Parameter replace (BENCHMARK) 5 4 2 @@ -1854,7 +1854,7 @@ - MySQL < 5.0.12 time-based blind - ORDER BY, GROUP BY clause (heavy query) + MySQL < 5.0.12 time-based blind - ORDER BY, GROUP BY clause (BENCHMARK) 5 4 2 diff --git a/lib/core/settings.py b/lib/core/settings.py index 4f59e9ff3..809cb5d53 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.5" +VERSION = "1.5.11.6" 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)