mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
update with a feature request (file with list of wordlist files)
This commit is contained in:
@@ -752,7 +752,7 @@ def readInput(message, default=None, checkBatch=True):
|
||||
"""
|
||||
|
||||
if "\n" in message:
|
||||
message += "\n> "
|
||||
message += "%s> " % ("\n" if message.count("\n") > 1 else "")
|
||||
elif message[-1] == ']':
|
||||
message += " "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user