mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
56dbf0038f
commit
adf2231edb
4 changed files with 6 additions and 3 deletions
|
|
@ -1003,7 +1003,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.dep = None
|
||||
kb.docRoot = None
|
||||
kb.dynamicContent = []
|
||||
kb.errorPages = set()
|
||||
kb.lastErrorPage = None
|
||||
kb.headersCount = 0
|
||||
kb.headersFp = {}
|
||||
kb.htmlFp = []
|
||||
|
|
@ -1021,6 +1021,7 @@ def __setKnowledgeBaseAttributes():
|
|||
|
||||
kb.parenthesis = None
|
||||
kb.partRun = None
|
||||
kb.requestUID = 0
|
||||
kb.queryCounter = 0
|
||||
kb.resumedQueries = {}
|
||||
kb.stackedTest = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue