mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation of an Issue #161
This commit is contained in:
parent
6210ddfbd6
commit
61151447fe
3 changed files with 21 additions and 5 deletions
|
|
@ -1496,6 +1496,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.htmlFp = []
|
||||
kb.httpErrorCodes = {}
|
||||
kb.inferenceMode = False
|
||||
kb.ignoreCasted = False
|
||||
kb.ignoreNotFound = False
|
||||
kb.ignoreTimeout = False
|
||||
kb.injection = InjectionDict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue