From cb42294a7e06ecac5a0dd23aa5eb60d02f68e447 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 15 Jun 2016 07:57:10 +0200 Subject: [PATCH] Minor message update --- lib/core/settings.py | 2 +- lib/request/connect.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index d10cf7059..ac33b6b7b 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.6.38" +VERSION = "1.0.6.39" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") diff --git a/lib/request/connect.py b/lib/request/connect.py index 577aa210a..40ccf446a 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -649,7 +649,7 @@ class Connect(object): else: warnMsg = "unable to connect to the target URL" - if "BadStatusLine" not in tbMsg: + if "BadStatusLine" not in tbMsg and any((conf.proxy, conf.tor)): warnMsg += " or proxy" if silent: