Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e02bcb commit e226006Copy full SHA for e226006
1 file changed
lib/request/connect.py
@@ -536,7 +536,7 @@ def getPage(**kwargs):
536
return None, None, None
537
elif threadData.retriesCount < conf.retries and not kb.threadException:
538
warnMsg += ". sqlmap is going to retry the request"
539
- logger.log(logging.CRITICAL if not conf.identityWaf else logging.DEBUG, warnMsg)
+ logger.log(logging.CRITICAL if not conf.identifyWaf else logging.DEBUG, warnMsg)
540
return Connect._retryProxy(**kwargs)
541
elif kb.testMode:
542
logger.critical(warnMsg)
0 commit comments