mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Better word used
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user