We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2c97d commit 161ece5Copy full SHA for 161ece5
1 file changed
plugins/generic/enumeration.py
@@ -372,10 +372,10 @@ def getPasswordHashes(self):
372
retrievedUsers.add(user)
373
374
if not kb.data.cachedUsersPasswords:
375
- errMsg = "unable to retrieve the password "
376
- errMsg += "hashes for the database users "
377
- errMsg += "(most probably due to problems "
378
- errMsg += "with backend DBMS user permissions)"
+ errMsg = "unable to retrieve the password hashes for the "
+ errMsg += "database users (most probably because the session "
+ errMsg += "user has no read privileges over the relevant "
+ errMsg += "system database table)"
379
raise sqlmapNoneDataException, errMsg
380
381
message = "do you want to use dictionary attack on retrieved password hashes? [Y/n/q]"
0 commit comments