mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
warning user in cases of "User xyz already has more than 'max_user_connections' active connections"
This commit is contained in:
@@ -1465,6 +1465,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.locks[_] = threading.Lock()
|
||||
|
||||
kb.matchRatio = None
|
||||
kb.maxConnectionsFlag = False
|
||||
kb.mergeCookies = None
|
||||
kb.multiThreadMode = False
|
||||
kb.negativeLogic = False
|
||||
|
||||
Reference in New Issue
Block a user