Patch for an Issue #1115

This commit is contained in:
Miroslav Stampar
2015-01-15 12:42:32 +01:00
parent 54e9a1fb2d
commit ccbe424e23
2 changed files with 5 additions and 0 deletions

View File

@@ -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