mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-06 08:43:47 +03:00
Trivial fix
This commit is contained in:
parent
5e02bcbd58
commit
e226006766
|
@ -536,7 +536,7 @@ class Connect(object):
|
||||||
return None, None, None
|
return None, None, None
|
||||||
elif threadData.retriesCount < conf.retries and not kb.threadException:
|
elif threadData.retriesCount < conf.retries and not kb.threadException:
|
||||||
warnMsg += ". sqlmap is going to retry the request"
|
warnMsg += ". sqlmap is going to retry the request"
|
||||||
logger.log(logging.CRITICAL if not conf.identityWaf else logging.DEBUG, warnMsg)
|
logger.log(logging.CRITICAL if not conf.identifyWaf else logging.DEBUG, warnMsg)
|
||||||
return Connect._retryProxy(**kwargs)
|
return Connect._retryProxy(**kwargs)
|
||||||
elif kb.testMode:
|
elif kb.testMode:
|
||||||
logger.critical(warnMsg)
|
logger.critical(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user