This commit is contained in:
Bernardo Damele 2011-06-08 11:33:45 +00:00
parent 6d2c97d06f
commit 161ece5587

View File

@ -372,10 +372,10 @@ class Enumeration:
retrievedUsers.add(user) retrievedUsers.add(user)
if not kb.data.cachedUsersPasswords: if not kb.data.cachedUsersPasswords:
errMsg = "unable to retrieve the password " errMsg = "unable to retrieve the password hashes for the "
errMsg += "hashes for the database users " errMsg += "database users (most probably because the session "
errMsg += "(most probably due to problems " errMsg += "user has no read privileges over the relevant "
errMsg += "with backend DBMS user permissions)" errMsg += "system database table)"
raise sqlmapNoneDataException, errMsg raise sqlmapNoneDataException, errMsg
message = "do you want to use dictionary attack on retrieved password hashes? [Y/n/q]" message = "do you want to use dictionary attack on retrieved password hashes? [Y/n/q]"