mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Proper fix related to the last commit/revert
This commit is contained in:
parent
5a793cbc7c
commit
1b3d749488
|
@ -829,6 +829,10 @@ def readInput(message, default=None, checkBatch=True):
|
|||
elif message[-1] == ']':
|
||||
message += " "
|
||||
|
||||
if kb.prependFlag:
|
||||
message = "\n%s" % message
|
||||
kb.prependFlag = False
|
||||
|
||||
if conf.answers:
|
||||
for item in conf.answers.split(','):
|
||||
question = item.split('=')[0].strip()
|
||||
|
|
Loading…
Reference in New Issue
Block a user