From 6caba631a84e87043ad7c4f7013cd6be4b96bf59 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 4 Sep 2023 18:47:25 +0200 Subject: [PATCH] Minor patch (#5508) --- lib/core/settings.py | 2 +- sqlmap.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index a0f5f759c..0d943f8ee 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.7.9.0" +VERSION = "1.7.9.1" 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) diff --git a/sqlmap.conf b/sqlmap.conf index df95a9e7f..c74c20d34 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -415,7 +415,7 @@ uFrom = # Column values to use for UNION query SQL injection. # Valid: string # Example: NULL,1,*,NULL -uChar = +uValues = # Domain name used for DNS exfiltration attack. # Valid: string