mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
518b3e094c
commit
29001a4fce
2 changed files with 48 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue