mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
minor update
This commit is contained in:
parent
57ad59206b
commit
c54c9ee5d1
|
@ -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 New Issue
Block a user