mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-31 18:39:46 +03:00
Merge b45cda5dfc
into d6ceb7af5e
This commit is contained in:
commit
e1ee6b4d17
|
@ -362,7 +362,7 @@ def attackDumpedTable():
|
|||
if attack_dict:
|
||||
message = "recognized possible password hashes in column%s " % ("s" if len(col_passwords) > 1 else "")
|
||||
message += "'%s'. Do you want to " % ", ".join(col for col in col_passwords)
|
||||
message += "crack them via a dictionary-based attack? [y/N/q]"
|
||||
message += "crack them via a dictionary-based attack? [Y/n/q]"
|
||||
test = readInput(message, default="Y")
|
||||
|
||||
if test[0] in ("n", "N"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user