mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
information update regarding common password suffixes
This commit is contained in:
parent
a835f233ac
commit
0fcca671bd
2 changed files with 5 additions and 2 deletions
|
|
@ -342,7 +342,7 @@ def dictionaryAttack(attack_dict):
|
|||
|
||||
suffix_list = [""]
|
||||
if test[0] in ("y", "Y"):
|
||||
suffix_list = COMMON_PASSWORD_SUFFIXES
|
||||
suffix_list += COMMON_PASSWORD_SUFFIXES
|
||||
|
||||
infoMsg = "starting dictionary attack (%s)" % __functions__[hash_regex].func_name
|
||||
logger.info(infoMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue