mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
adding more info for --passwords
This commit is contained in:
parent
48ac9911c0
commit
4efc284b83
|
@ -369,7 +369,9 @@ class Enumeration:
|
|||
|
||||
if not kb.data.cachedUsersPasswords:
|
||||
errMsg = "unable to retrieve the password "
|
||||
errMsg += "hashes for the database users"
|
||||
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]"
|
||||
|
|
Loading…
Reference in New Issue
Block a user