Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57ad592

Browse files
committed
cosmetics as it's best
1 parent 7a14704 commit 57ad592

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/utils/hash.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ def dictionaryAttack():
295295
count += 1
296296

297297
if hash_ == current:
298+
if regex == HASH.ORACLE_OLD: #only for cosmetic purposes
299+
word = word.upper()
298300
results.append((user, hash_, word))
299301
clearConsoleLine()
300302
dataToStdout("[%s] [INFO] found: '%s' for user: '%s'\n" % (time.strftime("%X"), word, user), True)

0 commit comments

Comments
 (0)