mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update for empty normal responses (like AJAX requests)
This commit is contained in:
parent
e849b71027
commit
2ad267132a
2 changed files with 4 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue