mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 04:24:34 +00:00
more and more fixes
This commit is contained in:
parent
37590520c4
commit
0f5768cddf
3 changed files with 5 additions and 7 deletions
|
|
@ -340,7 +340,7 @@ lastChar = 0
|
|||
|
||||
# SQL statement to be executed.
|
||||
# Example: SELECT 'foo', 'bar'
|
||||
query =
|
||||
query = INSERT INTO users VALUES (9, 'café', 'test')
|
||||
|
||||
# Prompt for an interactive SQL shell.
|
||||
# Valid: True or False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue