mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-24 18:45:46 +00:00
fixes for bugs reported by pragmatk@gmail.com
This commit is contained in:
parent
c968b438f2
commit
a8d660db54
4 changed files with 12 additions and 4 deletions
|
|
@ -507,7 +507,7 @@ def readInput(message, default=None):
|
|||
|
||||
data = default
|
||||
else:
|
||||
data = raw_input(message.encode(sys.stdout.encoding))
|
||||
data = raw_input(message.encode(sys.stdout.encoding or conf.dataEncoding))
|
||||
|
||||
if not data:
|
||||
data = default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue