From bcfd9c3f48f1561ba4e29dd248987a8aa7490685 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 4 Aug 2020 10:27:52 +0200 Subject: [PATCH] Trivial update --- lib/core/settings.py | 2 +- tamper/equaltolike.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 65100c180..ba5572fda 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -18,7 +18,7 @@ from lib.core.enums import OS from thirdparty.six import unichr as _unichr # sqlmap version (...) -VERSION = "1.4.8.0" +VERSION = "1.4.8.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/tamper/equaltolike.py b/tamper/equaltolike.py index 56d70fd97..14328b5d6 100644 --- a/tamper/equaltolike.py +++ b/tamper/equaltolike.py @@ -15,7 +15,7 @@ from lib.core.enums import PRIORITY __priority__ = PRIORITY.HIGHEST def dependencies(): - singleTimeWarnMessage("tamper script '%s' is unlikely to work against %s" % (os.path.basename(__file__).split(".")[0], DBMS.PGSQL)) + pass def tamper(payload, **kwargs): """