mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-21 14:02:49 +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] == ']':
|
elif message[-1] == ']':
|
||||||
message += " "
|
message += " "
|
||||||
|
|
||||||
|
if kb.prependFlag:
|
||||||
|
message = "\n%s" % message
|
||||||
|
kb.prependFlag = False
|
||||||
|
|
||||||
if conf.answers:
|
if conf.answers:
|
||||||
for item in conf.answers.split(','):
|
for item in conf.answers.split(','):
|
||||||
question = item.split('=')[0].strip()
|
question = item.split('=')[0].strip()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user