From 01d24cbb42a65fbe3e06ceddfe7e7d8c80fcbea3 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 31 Oct 2017 11:48:17 +0100 Subject: [PATCH] Minor adjustment of logging messages --- lib/utils/hash.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index 675ed52c0..5a2b69fe0 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -605,8 +605,8 @@ def attackDumpedTable(): if not count: return - infoMsg = "analyzing table dump for possible password hashes" - logger.info(infoMsg) + debugMsg = "analyzing table dump for possible password hashes" + logger.debug(debugMsg) found = False col_user = '' @@ -666,8 +666,8 @@ def attackDumpedTable(): if hash_: lut[hash_.lower()] = password - infoMsg = "postprocessing table dump" - logger.info(infoMsg) + debugMsg = "post-processing table dump" + logger.debug(debugMsg) for i in xrange(count): for column in columns: