From b83ee92cd142747b5e34ebf221407fcd91ec2161 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 17 Jul 2016 00:09:09 +0200 Subject: [PATCH] Minor modification --- lib/core/common.py | 2 ++ lib/core/settings.py | 2 +- txt/checksum.md5 | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/core/common.py b/lib/core/common.py index 2ea25ec49..c85b232d9 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -3083,6 +3083,8 @@ def checkIntegrity(): Checks integrity of code files during the unhandled exceptions """ + logger.debug("running code integrity check") + retVal = True for checksum, _ in (re.split(r'\s+', _) for _ in getFileItems(paths.CHECKSUM_MD5)): path = os.path.normpath(os.path.join(paths.SQLMAP_ROOT_PATH, _)) diff --git a/lib/core/settings.py b/lib/core/settings.py index b00d5cf33..dbfa8cc37 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.31" +VERSION = "1.0.7.32" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 0e44908e8..8ecffa7de 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -311,7 +311,7 @@ e77cca1cb063016f71f6e6bdebf4ec73 lib/core/data.py 2689f320908964b2c88a3eb8265fd2dd lib/core/agent.py 8485a3cd94c0a5af2718bad60c5f1ae5 lib/core/wordlist.py eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py -974575a1454c3d9054985d0f653d7cea lib/core/settings.py +49aa486301af9fac995ef4da820e08b4 lib/core/settings.py 34a45b9bc68a6381247a620ddf30de1c lib/core/enums.py 99a2b496b9d5b546b335653ca801153f lib/core/revision.py 4a16002c5d9cd047c2e89ddc5db63737 lib/core/dicts.py @@ -333,7 +333,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e lib/core/__init__.py 67f206cf2658145992cc1d7020138325 lib/core/defaults.py 7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py 1d042f0bc0557d3fd564ea5a46deb77e lib/core/datatype.py -25fcb4a9fd187cb587847852df4ac784 lib/core/common.py +0b4ddb7846b9b5469eaa4a51755d1ae0 lib/core/common.py 1d064463302b85b2241263ea48a83837 lib/takeover/metasploit.py 7083825564c051a7265cfdd1a5e6629c lib/takeover/registry.py 7d6cd7bdfc8f4bc4e8aed60c84cdf87f lib/takeover/udf.py