From b68891050d4042e9ccf54e5ceeaeee9041f71604 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 25 Sep 2015 23:41:47 +0200 Subject: [PATCH] Better word used --- lib/core/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/option.py b/lib/core/option.py index 91f2996f9..99c716032 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1088,7 +1088,7 @@ def _setHTTPProxy(): if conf.proxyList is not None: if not conf.proxyList: - errMsg = "list of usable proxies is empty" + errMsg = "list of usable proxies is exhausted" raise SqlmapNoneDataException(errMsg) conf.proxy = conf.proxyList[0]