fix of a fix

This commit is contained in:
Miroslav Stampar 2011-01-07 18:07:18 +00:00
parent 8e83a26acf
commit e3899f7467

View File

@ -259,7 +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])
table[column]['length'] = max(table[column]['length'], len(table[column]['values'][i]))
def hashRecognition(value):
retVal = None