mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update (for future implementation of more advanced error page logic)
This commit is contained in:
parent
10ab6371f2
commit
56dbf0038f
3 changed files with 3 additions and 0 deletions
|
|
@ -1003,6 +1003,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.dep = None
|
||||
kb.docRoot = None
|
||||
kb.dynamicContent = []
|
||||
kb.errorPages = set()
|
||||
kb.headersCount = 0
|
||||
kb.headersFp = {}
|
||||
kb.htmlFp = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue