mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Trivial patch (display of used user queries)
This commit is contained in:
parent
b899ab9eb3
commit
03e4741a69
3 changed files with 4 additions and 3 deletions
|
|
@ -88,6 +88,7 @@ class Custom:
|
|||
try:
|
||||
query = raw_input("sql-shell> ")
|
||||
query = getUnicode(query, encoding=sys.stdin.encoding)
|
||||
query = query.strip("; ")
|
||||
except KeyboardInterrupt:
|
||||
print
|
||||
errMsg = "user aborted"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue