mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +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_):
|
elif re.match(regex, hash_):
|
||||||
hash_regex = regex
|
hash_regex = regex
|
||||||
infoMsg = "using hash method: '%s'" % name
|
infoMsg = "using hash method: '%s'" % __functions__[hash_regex].func_name
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue