mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Couple of wording updates
This commit is contained in:
parent
9fab2c9764
commit
220dffbcfa
7 changed files with 15 additions and 15 deletions
|
|
@ -307,9 +307,9 @@ class Users:
|
|||
|
||||
if not kb.data.cachedUsersPasswords:
|
||||
errMsg = "unable to retrieve the password hashes for the "
|
||||
errMsg += "database users (probably because the session "
|
||||
errMsg += "user has no read privileges over the relevant "
|
||||
errMsg += "system database table)"
|
||||
errMsg += "database users (probably because the DBMS "
|
||||
errMsg += "current user has no read privileges over the relevant "
|
||||
errMsg += "system database table(s))"
|
||||
logger.error(errMsg)
|
||||
else:
|
||||
for user in kb.data.cachedUsersPasswords:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue