cosmetics as it's best

This commit is contained in:
Miroslav Stampar 2010-11-23 22:09:10 +00:00
parent 7a147041c4
commit 57ad59206b

View File

@ -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)