mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
no need to raise an exception if one enumeration fails
This commit is contained in:
@@ -135,7 +135,7 @@ class Users:
|
||||
|
||||
if not kb.data.cachedUsers:
|
||||
errMsg = "unable to retrieve the database users"
|
||||
raise SqlmapNoneDataException(errMsg)
|
||||
logger.error(errMsg)
|
||||
|
||||
return kb.data.cachedUsers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user