From b45cda5dfc5edd10fe340e44c0d43fe00fc8a39b Mon Sep 17 00:00:00 2001 From: aNiceGuy Date: Tue, 17 Jul 2012 00:10:50 +0100 Subject: [PATCH] fixed typo --- lib/utils/hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index 00e98e4c0..d47fa809b 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -362,7 +362,7 @@ def attackDumpedTable(): if attack_dict: message = "recognized possible password hashes in column%s " % ("s" if len(col_passwords) > 1 else "") message += "'%s'. Do you want to " % ", ".join(col for col in col_passwords) - message += "crack them via a dictionary-based attack? [y/N/q]" + message += "crack them via a dictionary-based attack? [Y/n/q]" test = readInput(message, default="Y") if test[0] in ("n", "N"):