mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
fix for those ugly DEBUG messages in brute mode
This commit is contained in:
parent
5b21352656
commit
228cc68747
5 changed files with 15 additions and 9 deletions
|
|
@ -1234,9 +1234,8 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.authHeader = None
|
||||
kb.bannerFp = advancedDict()
|
||||
|
||||
kb.brute = advancedDict()
|
||||
kb.brute.tables = []
|
||||
kb.brute.columns = []
|
||||
kb.brute = advancedDict({'tables':[], 'columns':[]})
|
||||
kb.bruteMode = False
|
||||
|
||||
kb.cache = advancedDict()
|
||||
kb.cache.content = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue