mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
implementation of multithreading for UNION and ERROR techniques
This commit is contained in:
parent
d51efa679d
commit
86455ceb9c
4 changed files with 149 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue