mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Baby steps
This commit is contained in:
parent
db3bed3f44
commit
fd705c3dff
13 changed files with 51 additions and 33 deletions
|
|
@ -794,7 +794,7 @@ def cmdLineParser(argv=None):
|
|||
command = raw_input("sqlmap-shell> ").strip()
|
||||
command = getUnicode(command, encoding=sys.stdin.encoding)
|
||||
except (KeyboardInterrupt, EOFError):
|
||||
print
|
||||
print()
|
||||
raise SqlmapShellQuitException
|
||||
|
||||
if not command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue