mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
restored kb.currentMessage - needed in cases where we send to dataToStdout() strings like "." (e.g. "creation in progres ..... done")
This commit is contained in:
parent
2b3ea3e3b7
commit
247f95e051
2 changed files with 7 additions and 3 deletions
|
|
@ -1436,6 +1436,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
|
||||
kb.commonOutputs = None
|
||||
kb.counters = {}
|
||||
kb.currentMessage = None
|
||||
kb.data = AttribDict()
|
||||
kb.dataOutputFlag = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue