From 686f53a7c62e635ebf37a2e4dc98777837146298 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 16 Apr 2017 23:32:58 +0200 Subject: [PATCH] Minor patch --- lib/core/settings.py | 2 +- plugins/generic/custom.py | 2 +- txt/checksum.md5 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 9421862a2..bfbcaf9f5 100755 --- 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.1.4.26" +VERSION = "1.1.4.27" 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/plugins/generic/custom.py b/plugins/generic/custom.py index 46af08009..944b5c63c 100644 --- a/plugins/generic/custom.py +++ b/plugins/generic/custom.py @@ -51,7 +51,7 @@ class Custom: return output elif not isStackingAvailable() and not conf.direct: - warnMsg = "execution of custom SQL queries is only " + warnMsg = "execution of non-query SQL statements is only " warnMsg += "available when stacked queries are supported" logger.warn(warnMsg) diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 7d62b265c..2e59d2e10 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -45,7 +45,7 @@ dd19b4d930d418f8aef498941346ab2d lib/core/option.py d8e9250f3775119df07e9070eddccd16 lib/core/replication.py 785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py 40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py -9fca251ba40b97d2fed8eb963b72e05f lib/core/settings.py +3f691c178e53e2f8a7c3800f3ee25b0a lib/core/settings.py d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py 2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py 2571146b71f487a3d11867746c033e40 lib/core/target.py @@ -201,7 +201,7 @@ deed74334b637767fc9de8f74b37647a plugins/dbms/sybase/fingerprint.py 89412a921c8c598c19d36762d5820f05 plugins/dbms/sybase/syntax.py 654cd5e69cf5e5c644bfa5d284e61206 plugins/dbms/sybase/takeover.py be7481a96214220bcd8f51ca00239bed plugins/generic/connector.py -a8f9d0516509e9e4226516ab4f13036a plugins/generic/custom.py +5390591ca955036d492de11355b52e8f plugins/generic/custom.py 3b54fd65feb9f70c551d315e82653384 plugins/generic/databases.py f7387352380136ac05c0bc3decb85638 plugins/generic/entries.py 55802d1d5d65938414c77ccc27731cab plugins/generic/enumeration.py