From ddee027afbc9229d20fdb5d585d2d8ec82d7e28f Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 26 Dec 2018 23:23:49 +0100 Subject: [PATCH] Minor message update --- lib/core/settings.py | 2 +- lib/request/connect.py | 8 +++++--- txt/checksum.md5 | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 34cfd8ea6..30de22c11 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.12.39" +VERSION = "1.2.12.40" 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/lib/request/connect.py b/lib/request/connect.py index bbf98ced6..967c59162 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -174,9 +174,11 @@ class Connect(object): warnMsg += "(e.g. 'https://help.ubuntu.com/community/Tor')" else: warnMsg = "if the problem persists please check that the provided " - warnMsg += "target URL is valid. In case that it is, you can try to rerun " - warnMsg += "with the switch '--random-agent' turned on " - warnMsg += "and/or proxy switches ('--ignore-proxy', '--proxy',...)" + warnMsg += "target URL is reachable. In case that it is, " + warnMsg += "you can try to rerun with " + if not conf.randomAgent: + warnMsg += "switch '--random-agent' and/or " + warnMsg += "proxy switches ('--ignore-proxy', '--proxy',...)" singleTimeWarnMessage(warnMsg) elif conf.threads > 1: diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 50d6d47f8..e96e0f067 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 -9a25febb08854816a83ee455005b865d lib/core/settings.py +03f706e4caefe69887515d9e7cb56748 lib/core/settings.py a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py 1581be48127a3a7a9fd703359b6e7567 lib/core/target.py @@ -71,7 +71,7 @@ f6b5957bf2103c3999891e4f45180bce lib/parse/payloads.py 30eed3a92a04ed2c29770e1b10d39dc0 lib/request/basicauthhandler.py 67c035eda3066b44c592b2f602e44b3e lib/request/basic.py 859b6ad583e0ffba154f17ee179b5b89 lib/request/comparison.py -999f9b050ffe9e9b7ddbc9fdb0a18432 lib/request/connect.py +bd5e2ad9dd0505bdaae180b323a8fa34 lib/request/connect.py dd4598675027fae99f2e2475b05986da lib/request/direct.py 2044fce3f4ffa268fcfaaf63241b1e64 lib/request/dns.py 98535d0efca5551e712fcc4b34a3f772 lib/request/httpshandler.py