mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Rephrase
This commit is contained in:
parent
6d2c97d06f
commit
161ece5587
|
@ -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]"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user