mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Patch for an Issue #1115
This commit is contained in:
parent
54e9a1fb2d
commit
ccbe424e23
2 changed files with 5 additions and 0 deletions
|
|
@ -817,6 +817,7 @@ def cmdLineParser():
|
|||
|
||||
try:
|
||||
command = raw_input("sqlmap-shell> ").strip()
|
||||
command = getUnicode(command, encoding=sys.stdin.encoding)
|
||||
except (KeyboardInterrupt, EOFError):
|
||||
print
|
||||
raise SqlmapShellQuitException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue