mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
minor bug fix for multithreading and lots of connection retries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user