mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +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": (
|
"SQL data execution": (
|
||||||
"exec ",
|
"exec ",
|
||||||
"execute ",
|
"execute ",
|
||||||
"values ", ),
|
"values ",
|
||||||
|
"call ", ),
|
||||||
|
|
||||||
"SQL transaction": (
|
"SQL transaction": (
|
||||||
"start transaction ",
|
"start transaction ",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user