mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +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
|
|
@ -727,6 +727,7 @@ class Connect:
|
|||
if not response and removeReflection:
|
||||
page = removeReflectiveValues(page, payload)
|
||||
|
||||
kb.maxConnectionsFlag = re.search(r"max.+connections", page or "", re.I) is not None
|
||||
kb.permissionFlag = re.search(r"(command|permission|access)\s*(was|is)?\s*denied", page or "", re.I) is not None
|
||||
|
||||
if content or response:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue