mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Definite patch for MemoryError(s) (fixes #1991)
This commit is contained in:
parent
65a0f15f69
commit
cb43c03712
4 changed files with 41 additions and 49 deletions
|
|
@ -1944,6 +1944,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.safeCharEncode = False
|
||||
kb.safeReq = AttribDict()
|
||||
kb.singleLogFlags = set()
|
||||
kb.skipSeqMatcher = False
|
||||
kb.reduceTests = None
|
||||
kb.tlsSNI = {}
|
||||
kb.stickyDBMS = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue