Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4efc284

Browse files
committed
adding more info for --passwords
1 parent 48ac991 commit 4efc284

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/generic/enumeration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@ def getPasswordHashes(self):
369369

370370
if not kb.data.cachedUsersPasswords:
371371
errMsg = "unable to retrieve the password "
372-
errMsg += "hashes for the database users"
372+
errMsg += "hashes for the database users "
373+
errMsg += "(most probably due to problems "
374+
errMsg += "with backend DBMS user permissions)"
373375
raise sqlmapNoneDataException, errMsg
374376

375377
message = "do you want to use dictionary attack on retrieved password hashes? [Y/n/q]"

0 commit comments

Comments
 (0)