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 9c3c9a9 commit 01d24cbCopy full SHA for 01d24cb
1 file changed
lib/utils/hash.py
@@ -605,8 +605,8 @@ def attackDumpedTable():
605
if not count:
606
return
607
608
- infoMsg = "analyzing table dump for possible password hashes"
609
- logger.info(infoMsg)
+ debugMsg = "analyzing table dump for possible password hashes"
+ logger.debug(debugMsg)
610
611
found = False
612
col_user = ''
@@ -666,8 +666,8 @@ def attackDumpedTable():
666
if hash_:
667
lut[hash_.lower()] = password
668
669
- infoMsg = "postprocessing table dump"
670
+ debugMsg = "post-processing table dump"
671
672
for i in xrange(count):
673
for column in columns:
0 commit comments