minor update

This commit is contained in:
Miroslav Stampar
2010-12-20 23:21:01 +00:00
parent 518b3e094c
commit 29001a4fce
2 changed files with 48 additions and 15 deletions

View File

@@ -287,7 +287,7 @@ class Connect:
if silent or (ignoreTimeout and "timeout" in tbMsg):
return None, None
elif kb.retriesCount < conf.retries:
elif kb.retriesCount < conf.retries and not conf.threadException:
kb.retriesCount += 1
warnMsg += ", sqlmap is going to retry the request"