diff --git a/lib/utils/hash.py b/lib/utils/hash.py index 95ebed21e..870df569f 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -212,7 +212,7 @@ def dictionaryAttack(): elif re.match(regex, hash_): hash_regex = regex - infoMsg = "using hash method: '%s'" % name + infoMsg = "using hash method: '%s'" % __functions__[hash_regex].func_name logger.info(infoMsg) break