code refactoring regarding standard output suppression and some threading issues

This commit is contained in:
Miroslav Stampar
2010-12-21 14:21:24 +00:00
parent 0e68248f60
commit 385e208f38
8 changed files with 27 additions and 18 deletions

View File

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