mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
implementation of multithreading for UNION and ERROR techniques
This commit is contained in:
@@ -1358,6 +1358,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.locks = advancedDict()
|
||||
kb.locks.cacheLock = threading.Lock()
|
||||
kb.locks.logLock = threading.Lock()
|
||||
kb.locks.ioLock = threading.Lock()
|
||||
|
||||
kb.matchRatio = None
|
||||
kb.nullConnection = None
|
||||
|
||||
Reference in New Issue
Block a user