mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor update
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user