mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor bug fix for multithreading and lots of connection retries
This commit is contained in:
parent
22a1870c2c
commit
a64407d9db
2 changed files with 3 additions and 4 deletions
|
|
@ -1355,7 +1355,6 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.redirectSetCookie = None
|
||||
kb.responseTimes = []
|
||||
kb.resumedQueries = {}
|
||||
kb.retriesCount = 0
|
||||
kb.singleLogFlags = set()
|
||||
kb.skipOthersDbms = None
|
||||
kb.suppressSession = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue