From f9ee0f4c0ae72f809577e031a5164fa4359dbbdc Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 5 Feb 2019 14:02:52 +0100 Subject: [PATCH] Trivial update --- lib/core/dump.py | 2 +- lib/core/settings.py | 2 +- txt/checksum.md5 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/dump.py b/lib/core/dump.py index d1fc8ba94..414d7df8f 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -133,7 +133,7 @@ class Dump(object): if "\n" in _: self._write("%s:\n---\n%s\n---" % (header, _)) else: - self._write("%s: %s" % (header, ("'%s'" % _) if isinstance(data, basestring) else _)) + self._write("%s: %s" % (header, ("'%s'" % _) if isinstance(data, basestring) else _)) else: self._write("%s:\tNone" % header) diff --git a/lib/core/settings.py b/lib/core/settings.py index a5ea57c99..61d87137a 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.3.2.3" +VERSION = "1.3.2.4" 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/txt/checksum.md5 b/txt/checksum.md5 index 68e54b9dd..f822efcf6 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -37,7 +37,7 @@ e1f7758f433202c50426efde5eb96768 lib/core/datatype.py 1646402a733e564f05025e848b323cf9 lib/core/decorators.py 5f4680b769ae07f22157bd832c97cf8f lib/core/defaults.py 9dfc69ba47209a4ceca494dde9ee8183 lib/core/dicts.py -13ca1a870fa0b01b9593f25e9e93ed9c lib/core/dump.py +4ba141124699fd7a763dea82f17fe523 lib/core/dump.py 5c91145204092b995ed1ac641e9e291d lib/core/enums.py 84ef8f32e4582fcc294dc14e1997131d lib/core/exception.py fb6be55d21a70765e35549af2484f762 lib/core/__init__.py @@ -50,7 +50,7 @@ fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py 7d8a22c582ad201f65b73225e4456170 lib/core/replication.py 3179d34f371e0295dd4604568fb30bcd lib/core/revision.py d6269c55789f78cf707e09a0f5b45443 lib/core/session.py -474088278707e6d5c01de7515e433c05 lib/core/settings.py +eb57ce3f759d37233aba581cc8c88751 lib/core/settings.py 4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py 10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py 9c7b5c6397fb3da33e7a4d7876d159c6 lib/core/target.py