From 4efc284b831d8420ccb4071d942e71e72999a868 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 11 May 2011 12:35:32 +0000 Subject: [PATCH] adding more info for --passwords --- plugins/generic/enumeration.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index ea861c8aa..5830a7c59 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -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]"