minor fix

This commit is contained in:
Miroslav Stampar
2011-01-07 17:53:17 +00:00
parent ed2aed972f
commit 8e83a26acf
2 changed files with 2 additions and 4 deletions

View File

@@ -259,6 +259,7 @@ def attackDumpedTable():
if value.lower() == hash_.lower():
table[column]['values'][i] += " (%s)" % password
table[column]['length'] = max(table[column]['length'], table[column]['values'][i])
def hashRecognition(value):
retVal = None