mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-19 05:56:18 +00:00
warning user in cases of "User xyz already has more than 'max_user_connections' active connections"
This commit is contained in:
parent
831f79b851
commit
052d9455fe
3 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue