mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Trivial speedup
This commit is contained in:
parent
eeacab0f19
commit
0df2592622
4 changed files with 15 additions and 3 deletions
|
|
@ -1997,6 +1997,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.cache = AttribDict()
|
||||
kb.cache.addrinfo = {}
|
||||
kb.cache.content = {}
|
||||
kb.cache.comparison = {}
|
||||
kb.cache.encoding = {}
|
||||
kb.cache.alphaBoundaries = None
|
||||
kb.cache.hashRegex = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue