Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 161ece5

Browse files
committed
Rephrase
1 parent 6d2c97d commit 161ece5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/generic/enumeration.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,10 @@ def getPasswordHashes(self):
372372
retrievedUsers.add(user)
373373

374374
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)"
375+
errMsg = "unable to retrieve the password hashes for the "
376+
errMsg += "database users (most probably because the session "
377+
errMsg += "user has no read privileges over the relevant "
378+
errMsg += "system database table)"
379379
raise sqlmapNoneDataException, errMsg
380380

381381
message = "do you want to use dictionary attack on retrieved password hashes? [Y/n/q]"

0 commit comments

Comments
 (0)