mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
Typo fix (#102)
This commit is contained in:
parent
224e6376a6
commit
41d16e55cb
|
@ -363,7 +363,7 @@ def attackDumpedTable():
|
|||
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]"
|
||||
test = readInput(message, default="Y")
|
||||
test = readInput(message, default="N")
|
||||
|
||||
if test[0] in ("n", "N"):
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user