Skip to content

Commit c54c9ee

Browse files
committed
minor update
1 parent 57ad592 commit c54c9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def dictionaryAttack():
212212

213213
elif re.match(regex, hash_):
214214
hash_regex = regex
215-
infoMsg = "using hash method: '%s'" % name
215+
infoMsg = "using hash method: '%s'" % __functions__[hash_regex].func_name
216216
logger.info(infoMsg)
217217
break
218218

0 commit comments

Comments
 (0)