Thanks to visit codestin.com Credit goes to github.com
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 48ac991 commit 4efc284Copy full SHA for 4efc284
1 file changed
plugins/generic/enumeration.py
@@ -369,7 +369,9 @@ def getPasswordHashes(self):
369
370
if not kb.data.cachedUsersPasswords:
371
errMsg = "unable to retrieve the password "
372
- errMsg += "hashes for the database users"
+ errMsg += "hashes for the database users "
373
+ errMsg += "(most probably due to problems "
374
+ errMsg += "with backend DBMS user permissions)"
375
raise sqlmapNoneDataException, errMsg
376
377
message = "do you want to use dictionary attack on retrieved password hashes? [Y/n/q]"
0 commit comments