From 32dd4a938cf93e828bd0014dd1c0ae3773a05a08 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 9 Sep 2016 11:37:16 +0200 Subject: [PATCH] Minor patch of message --- lib/controller/checks.py | 4 ++-- lib/core/settings.py | 2 +- txt/checksum.md5 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index cfa5880b7..76e69ba0c 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1374,7 +1374,7 @@ def checkNullConnection(): if not page and HTTP_HEADER.CONTENT_LENGTH in (headers or {}): kb.nullConnection = NULLCONNECTION.HEAD - infoMsg = "NULL connection is supported with HEAD header" + infoMsg = "NULL connection is supported with HEAD method (Content-Length)" logger.info(infoMsg) else: page, headers, _ = Request.getPage(auxHeaders={HTTP_HEADER.RANGE: "bytes=-1"}) @@ -1382,7 +1382,7 @@ def checkNullConnection(): if page and len(page) == 1 and HTTP_HEADER.CONTENT_RANGE in (headers or {}): kb.nullConnection = NULLCONNECTION.RANGE - infoMsg = "NULL connection is supported with GET header " + infoMsg = "NULL connection is supported with GET method (Range)" infoMsg += "'%s'" % kb.nullConnection logger.info(infoMsg) else: diff --git a/lib/core/settings.py b/lib/core/settings.py index affad6a17..39b4a53a3 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.9.11" +VERSION = "1.0.9.12" REVISION = getRevisionNumber() TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} diff --git a/txt/checksum.md5 b/txt/checksum.md5 index a395fcedc..9d268c54f 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -20,7 +20,7 @@ b46521e29ea3d813bab5aeb16cac6498 extra/shutils/duplicates.py cc9c82cfffd8ee9b25ba3af6284f057e extra/sqlharvest/__init__.py 4f2f817596540d82f9fcc0c5b2228beb extra/sqlharvest/sqlharvest.py 2daa39e4d59526acb4772b6c47eb315f lib/controller/action.py -d1451b43f3ac80bfbea8657e288865f8 lib/controller/checks.py +8eab6910c9807e6fda0f40fb0df9345a lib/controller/checks.py 7c5ba631796f12d6de9b667e4cc7812b lib/controller/controller.py 5ae8f657fd4e8026fcc9624f5b5533fe lib/controller/handler.py cc9c82cfffd8ee9b25ba3af6284f057e lib/controller/__init__.py @@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py 5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py 99a2b496b9d5b546b335653ca801153f lib/core/revision.py 7c15dd2777af4dac2c89cab6df17462e lib/core/session.py -f2b116a5b237ecd1678adaba584101f6 lib/core/settings.py +9121fd574f559b5401d5529f0b602b04 lib/core/settings.py 7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py 23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py 0bc2fae1dec18cdd11954b22358293f2 lib/core/target.py