From 57ad59206b2325a8370bedd41ed9ca414b7b3877 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 23 Nov 2010 22:09:10 +0000 Subject: [PATCH] cosmetics as it's best --- lib/utils/hash.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index bd6df79c4..95ebed21e 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -295,6 +295,8 @@ def dictionaryAttack(): count += 1 if hash_ == current: + if regex == HASH.ORACLE_OLD: #only for cosmetic purposes + word = word.upper() results.append((user, hash_, word)) clearConsoleLine() dataToStdout("[%s] [INFO] found: '%s' for user: '%s'\n" % (time.strftime("%X"), word, user), True)