mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor update
This commit is contained in:
parent
57ad59206b
commit
c54c9ee5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue