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

Skip to content

Commit 0e96af6

Browse files
committed
minor update
1 parent d735582 commit 0e96af6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/utils/hash.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ def attackDumpedTable():
311311
if hash_:
312312
lut[hash_.lower()] = password
313313

314+
infoMsg = "postprocessing table dump"
315+
logger.info(infoMsg)
316+
314317
for i in xrange(count):
315318
for column in columns:
316319
if not (column == colUser or column == '__infos__' or len(table[column]['values']) <= i):

0 commit comments

Comments
 (0)