diff --git a/lib/core/settings.py b/lib/core/settings.py index 040b1b71b..7b2e78310 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -20,7 +20,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.3.8" +VERSION = "1.0.3.9" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") diff --git a/xml/boundaries.xml b/xml/boundaries.xml index aa9e75eee..a0731df2b 100644 --- a/xml/boundaries.xml +++ b/xml/boundaries.xml @@ -529,6 +529,24 @@ Formats: ) AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM] -- + + + 4 + 1 + 1 + 1 + ` WHERE [RANDNUM]=[RANDNUM] + -- + + + + 5 + 1 + 1 + 1 + `) WHERE [RANDNUM]=[RANDNUM] + -- +