From 0e96af65e6839d388c180ed2813cc1e627af990e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 2 Nov 2011 07:06:07 +0000 Subject: [PATCH] minor update --- lib/utils/hash.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index f31763733..c74c343d4 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -311,6 +311,9 @@ def attackDumpedTable(): if hash_: lut[hash_.lower()] = password + infoMsg = "postprocessing table dump" + logger.info(infoMsg) + for i in xrange(count): for column in columns: if not (column == colUser or column == '__infos__' or len(table[column]['values']) <= i):