mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Update for an Issue #225
This commit is contained in:
@@ -786,6 +786,7 @@ def readInput(message, default=None, checkBatch=True):
|
||||
kb.prependFlag = False
|
||||
try:
|
||||
data = raw_input() or default
|
||||
data = getUnicode(data, system=True) if data else data
|
||||
except:
|
||||
time.sleep(0.05) # Reference: http://www.gossamer-threads.com/lists/python/python/781893
|
||||
kb.prependFlag = True
|
||||
|
||||
Reference in New Issue
Block a user