mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Add call to execute statements
This commit is contained in:
parent
b886e47b6d
commit
9212b05eeb
|
@ -190,7 +190,8 @@ SQL_STATEMENTS = {
|
|||
"SQL data execution": (
|
||||
"exec ",
|
||||
"execute ",
|
||||
"values ", ),
|
||||
"values ",
|
||||
"call ", ),
|
||||
|
||||
"SQL transaction": (
|
||||
"start transaction ",
|
||||
|
|
Loading…
Reference in New Issue
Block a user