From cef416559a4d957b007ae2f74af6b610f6c348d1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 31 Jul 2018 00:20:52 +0200 Subject: [PATCH] Minor update --- lib/core/settings.py | 2 +- tamper/0x2char.py | 3 +++ txt/checksum.md5 | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 33bfb190a..778e93b94 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.7.25" +VERSION = "1.2.7.26" 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/0x2char.py b/tamper/0x2char.py index bc3b7a433..50bbe8f51 100644 --- a/tamper/0x2char.py +++ b/tamper/0x2char.py @@ -18,6 +18,9 @@ def tamper(payload, **kwargs): """ Replaces each (MySQL) 0x encoded string with equivalent CONCAT(CHAR(),...) counterpart + Requirement: + * MySQL + Tested against: * MySQL 4, 5.0 and 5.5 diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 41013c212..1ae0fd4cf 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -48,7 +48,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py 0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py a7db43859b61569b601b97f187dd31c5 lib/core/revision.py fcb74fcc9577523524659ec49e2e964b lib/core/session.py -0444c48592419fb8a365569ea17dd2be lib/core/settings.py +08a55a677bb2cd0da088110f81cf529b lib/core/settings.py dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py 12bed9603b6fba3e5ffda11d584bc449 lib/core/target.py @@ -227,7 +227,7 @@ ec2ba8c757ac96425dcd2b97970edd3a shell/stagers/stager.asp_ 2f9e459a4cf6a58680978cdce5ff7971 shell/stagers/stager.php_ 4eaeef94314956e4517e5310a28d579a sqlmapapi.py a35b5b83c12841fdf3925190c9d24299 sqlmap.py -1a1e3a78ded58b240c9dbb1b17996acf tamper/0x2char.py +523dab9e1093eb59264c6beb366b255a tamper/0x2char.py 4c3b8a7daa4bff52e01d4168be0eedbe tamper/apostrophemask.py 4115a55b8aba464723d645b7d3156b6e tamper/apostrophenullencode.py d7e9a979eff4d7315d804a181e66fc93 tamper/appendnullbyte.py