Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d735582 commit 0e96af6Copy full SHA for 0e96af6
1 file changed
lib/utils/hash.py
@@ -311,6 +311,9 @@ def attackDumpedTable():
311
if hash_:
312
lut[hash_.lower()] = password
313
314
+ infoMsg = "postprocessing table dump"
315
+ logger.info(infoMsg)
316
+
317
for i in xrange(count):
318
for column in columns:
319
if not (column == colUser or column == '__infos__' or len(table[column]['values']) <= i):
0 commit comments