From ad3b766b65ad3214c2882db9a4d190abb0b34e14 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 26 Mar 2016 09:39:28 +0100 Subject: [PATCH] Adding in-table name boundaries --- lib/core/settings.py | 2 +- xml/boundaries.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) 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] + -- +