diff --git a/lib/utils/hash.py b/lib/utils/hash.py index 50d31fa45..352eb8379 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -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