mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding support for FrontBase
This commit is contained in:
parent
dc6e7321e9
commit
125de093df
29 changed files with 1178 additions and 33 deletions
|
|
@ -351,9 +351,7 @@ class Users(object):
|
|||
|
||||
if not kb.data.cachedUsersPasswords:
|
||||
errMsg = "unable to retrieve the password hashes for the "
|
||||
errMsg += "database users (probably because the DBMS "
|
||||
errMsg += "current user has no read privileges over the relevant "
|
||||
errMsg += "system database table(s))"
|
||||
errMsg += "database users"
|
||||
logger.error(errMsg)
|
||||
else:
|
||||
for user in kb.data.cachedUsersPasswords:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue