mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patches
This commit is contained in:
parent
ea1f089220
commit
4e2438dc1e
6 changed files with 57 additions and 12 deletions
|
|
@ -2074,6 +2074,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.cache.comparison = LRUDict(capacity=256)
|
||||
kb.cache.encoding = LRUDict(capacity=256)
|
||||
kb.cache.alphaBoundaries = None
|
||||
kb.cache.charsetAsciiTbl = None
|
||||
kb.cache.hashRegex = None
|
||||
kb.cache.intBoundaries = None
|
||||
kb.cache.parsedDbms = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue