mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Update for an Issue #161 (changing default readInput value regarding the conf.multipleTargets)
This commit is contained in:
parent
4ab4fd1cb4
commit
a62a874d59
2 changed files with 4 additions and 3 deletions
|
|
@ -1496,7 +1496,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.htmlFp = []
|
||||
kb.httpErrorCodes = {}
|
||||
kb.inferenceMode = False
|
||||
kb.ignoreCasted = False
|
||||
kb.ignoreCasted = None
|
||||
kb.ignoreNotFound = False
|
||||
kb.ignoreTimeout = False
|
||||
kb.injection = InjectionDict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue