mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
implemented mechanism for merging cookies by request
This commit is contained in:
@@ -1442,6 +1442,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.locks[_] = threading.Lock()
|
||||
|
||||
kb.matchRatio = None
|
||||
kb.mergeCookies = None
|
||||
kb.multiThreadMode = False
|
||||
kb.nullConnection = None
|
||||
kb.pageTemplate = None
|
||||
|
||||
Reference in New Issue
Block a user