mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-29 09:23:30 +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:
|
if not kb.data.cachedUsersPasswords:
|
||||||
errMsg = "unable to retrieve the password "
|
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
|
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]"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user