mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Update for an Issue #161 (changing default readInput value regarding the conf.multipleTargets)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user