mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
minor fix
This commit is contained in:
parent
27628dca42
commit
ed2aed972f
|
@ -288,7 +288,7 @@ def dictionaryAttack(attack_dict):
|
|||
hash_ = hash_.split()[0]
|
||||
regex = hashRecognition(hash_)
|
||||
|
||||
if regex not in hash_regexes:
|
||||
if regex and regex not in hash_regexes:
|
||||
hash_regexes.append(regex)
|
||||
infoMsg = "using hash method: '%s'" % __functions__[regex].func_name
|
||||
logger.info(infoMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user