From c045afd8425d6ea4edbb8b1274ad3fb5d104593a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 16 Oct 2018 14:53:41 +0200 Subject: [PATCH] Minor cleanup --- lib/core/settings.py | 2 +- plugins/dbms/h2/filesystem.py | 2 +- plugins/dbms/hsqldb/filesystem.py | 2 +- txt/checksum.md5 | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 3bb0be61a..2b339b04d 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.24" +VERSION = "1.2.10.25" 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/filesystem.py b/plugins/dbms/h2/filesystem.py index 7542ffb60..b082a335e 100644 --- a/plugins/dbms/h2/filesystem.py +++ b/plugins/dbms/h2/filesystem.py @@ -17,5 +17,5 @@ class Filesystem(GenericFilesystem): raise SqlmapUnsupportedFeatureException(errMsg) def writeFile(self, wFile, dFile, fileType=None, forceCheck=False): - errMsg = "on H2 it is not possible to read files" + errMsg = "on H2 it is not possible to write files" raise SqlmapUnsupportedFeatureException(errMsg) diff --git a/plugins/dbms/hsqldb/filesystem.py b/plugins/dbms/hsqldb/filesystem.py index bdbcafef1..de9c14d95 100644 --- a/plugins/dbms/hsqldb/filesystem.py +++ b/plugins/dbms/hsqldb/filesystem.py @@ -17,5 +17,5 @@ class Filesystem(GenericFilesystem): raise SqlmapUnsupportedFeatureException(errMsg) def writeFile(self, wFile, dFile, fileType=None, forceCheck=False): - errMsg = "on HSQLDB it is not possible to read files" + errMsg = "on HSQLDB it is not possible to write files" raise SqlmapUnsupportedFeatureException(errMsg) diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 1497701b9..38b7ff1c2 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 -daf454e49b91d6bed48ec832c4b6f727 lib/core/settings.py +7ecc4951e86c97f09c53dbfb57e643e0 lib/core/settings.py dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py 47ad325975ab21fc9f11d90b46d0d143 lib/core/target.py @@ -142,14 +142,14 @@ c56f2dabe88fd761a1a9a51e4d104088 plugins/dbms/firebird/syntax.py 1522a29bd4b54ea78bb2855fc32b6c72 plugins/dbms/firebird/takeover.py 79c44d8d0dffc140d38796a32e92a66a plugins/dbms/h2/connector.py 5b99e9a60409f54a140747ce1ca0342f plugins/dbms/h2/enumeration.py -b1ed542fff0aa53c54e8bc07658aeaf1 plugins/dbms/h2/filesystem.py +36522c36650afc43c1166ab68b297ecb plugins/dbms/h2/filesystem.py 4fe530d10b74210bd045205d9318b5d6 plugins/dbms/h2/fingerprint.py 1de698e4cfddd754ffe31ea2640a481a plugins/dbms/h2/__init__.py 4673ebfdce9859718c19e8a7765da8d3 plugins/dbms/h2/syntax.py af746ef421cfefedc1aaa9dca1503de2 plugins/dbms/h2/takeover.py 271a7f16e781d56a0a31a3d5515a1945 plugins/dbms/hsqldb/connector.py 95919592e5bb83df00b99bb9e8a70977 plugins/dbms/hsqldb/enumeration.py -616595e74ecb644271cbbd31815d92e0 plugins/dbms/hsqldb/filesystem.py +7747ad6cc12e295ba3fb4518ac083d1e plugins/dbms/hsqldb/filesystem.py b061bdbb9159c449072fde51b444f1c0 plugins/dbms/hsqldb/fingerprint.py fd369161778d6b48d7f1f7fc14dcdb5c plugins/dbms/hsqldb/__init__.py 4673ebfdce9859718c19e8a7765da8d3 plugins/dbms/hsqldb/syntax.py