mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-18 04:19:01 +00:00
Minor update
This commit is contained in:
@@ -2038,7 +2038,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.cache.addrinfo = {}
|
||||
kb.cache.content = LRUDict(capacity=16)
|
||||
kb.cache.comparison = {}
|
||||
kb.cache.encoding = {}
|
||||
kb.cache.encoding = LRUDict(capacity=256)
|
||||
kb.cache.alphaBoundaries = None
|
||||
kb.cache.hashRegex = None
|
||||
kb.cache.intBoundaries = None
|
||||
|
||||
Reference in New Issue
Block a user