mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +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