mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Removing --disable... switches and making changes in default choice(s) for respectable sections
This commit is contained in:
parent
07a85874fe
commit
c1a14257a4
6 changed files with 6 additions and 26 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue