mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Better word used
This commit is contained in:
@@ -1088,7 +1088,7 @@ def _setHTTPProxy():
|
|||||||
|
|
||||||
if conf.proxyList is not None:
|
if conf.proxyList is not None:
|
||||||
if not conf.proxyList:
|
if not conf.proxyList:
|
||||||
errMsg = "list of usable proxies is empty"
|
errMsg = "list of usable proxies is exhausted"
|
||||||
raise SqlmapNoneDataException(errMsg)
|
raise SqlmapNoneDataException(errMsg)
|
||||||
|
|
||||||
conf.proxy = conf.proxyList[0]
|
conf.proxy = conf.proxyList[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user