mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
minor update for empty normal responses (like AJAX requests)
This commit is contained in:
@@ -1413,6 +1413,8 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.injection = InjectionDict()
|
||||
kb.injections = []
|
||||
|
||||
kb.lastParserStatus = None
|
||||
|
||||
kb.locks = AttribDict()
|
||||
kb.locks.cacheLock = threading.Lock()
|
||||
kb.locks.logLock = threading.Lock()
|
||||
|
||||
Reference in New Issue
Block a user