information update regarding common password suffixes

This commit is contained in:
Miroslav Stampar
2011-01-17 09:28:25 +00:00
parent a835f233ac
commit 0fcca671bd
2 changed files with 5 additions and 2 deletions

View File

@@ -342,7 +342,7 @@ def dictionaryAttack(attack_dict):
suffix_list = [""]
if test[0] in ("y", "Y"):
suffix_list = COMMON_PASSWORD_SUFFIXES
suffix_list += COMMON_PASSWORD_SUFFIXES
infoMsg = "starting dictionary attack (%s)" % __functions__[hash_regex].func_name
logger.info(infoMsg)