From 2e2c62b6a75bad6ccc1a037383bab7d551695e20 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 4 Jul 2016 17:24:17 +0200 Subject: [PATCH] More error regexes --- lib/core/settings.py | 2 +- xml/errors.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 11da6d2f0..c21ff98d0 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.7.4" +VERSION = "1.0.7.5" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") diff --git a/xml/errors.xml b/xml/errors.xml index 7fc6d0dd0..7204bcd24 100644 --- a/xml/errors.xml +++ b/xml/errors.xml @@ -35,6 +35,9 @@ + + + @@ -52,6 +55,7 @@ +