mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-07 22:16:33 +00:00
Fixes #5896
This commit is contained in:
@@ -336,7 +336,7 @@ class UDF(object):
|
||||
msg += "\n[q] Quit"
|
||||
|
||||
while True:
|
||||
choice = readInput(msg).upper()
|
||||
choice = readInput(msg, default=None, checkBatch=False).upper()
|
||||
|
||||
if choice == 'Q':
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user