mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-30 06:00:59 +00:00
Update for an Issue #225
This commit is contained in:
parent
969259607c
commit
7c7aff12c6
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue