adding more info for --passwords

This commit is contained in:
Miroslav Stampar 2011-05-11 12:35:32 +00:00
parent 48ac9911c0
commit 4efc284b83

View File

@ -370,6 +370,8 @@ class Enumeration:
if not kb.data.cachedUsersPasswords:
errMsg = "unable to retrieve the password "
errMsg += "hashes for the database users "
errMsg += "(most probably due to problems "
errMsg += "with backend DBMS user permissions)"
raise sqlmapNoneDataException, errMsg
message = "do you want to use dictionary attack on retrieved password hashes? [Y/n/q]"