From ba1b4c50be9bde330983be48767f86d7ee3a548c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 26 Oct 2018 23:40:08 +0200 Subject: [PATCH] Trivial cleanup --- lib/core/settings.py | 2 +- plugins/dbms/h2/fingerprint.py | 3 --- txt/checksum.md5 | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 1d87a2806..73ff938cb 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.2.10.35" +VERSION = "1.2.10.36" 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/dbms/h2/fingerprint.py b/plugins/dbms/h2/fingerprint.py index c2a90521c..ba36ec1a8 100644 --- a/plugins/dbms/h2/fingerprint.py +++ b/plugins/dbms/h2/fingerprint.py @@ -5,11 +5,8 @@ Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/) See the file 'LICENSE' for copying permission """ -import re - from lib.core.common import Backend from lib.core.common import Format -from lib.core.common import unArrayizeValue from lib.core.data import conf from lib.core.data import kb from lib.core.data import logger diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 2ce719f56..00c2a7fc1 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py 0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py a7db43859b61569b601b97f187dd31c5 lib/core/revision.py fcb74fcc9577523524659ec49e2e964b lib/core/session.py -31e606e7847cb86495bde3d5d0b18e8a lib/core/settings.py +12fb6b20891ff3949db01fa2c1c1286a lib/core/settings.py dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py 721198b5be72c8015a02acb116532a1f lib/core/target.py @@ -143,7 +143,7 @@ c56f2dabe88fd761a1a9a51e4d104088 plugins/dbms/firebird/syntax.py 79c44d8d0dffc140d38796a32e92a66a plugins/dbms/h2/connector.py 5b99e9a60409f54a140747ce1ca0342f plugins/dbms/h2/enumeration.py 36522c36650afc43c1166ab68b297ecb plugins/dbms/h2/filesystem.py -4fe530d10b74210bd045205d9318b5d6 plugins/dbms/h2/fingerprint.py +83255ebf7b1d23a408f0c68a7fa63422 plugins/dbms/h2/fingerprint.py 1de698e4cfddd754ffe31ea2640a481a plugins/dbms/h2/__init__.py 4673ebfdce9859718c19e8a7765da8d3 plugins/dbms/h2/syntax.py af746ef421cfefedc1aaa9dca1503de2 plugins/dbms/h2/takeover.py