mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor fix
This commit is contained in:
@@ -216,6 +216,7 @@ SQL_STATEMENTS = {
|
|||||||
"alter ", ),
|
"alter ", ),
|
||||||
|
|
||||||
"SQL data manipulation": (
|
"SQL data manipulation": (
|
||||||
|
"bulk ",
|
||||||
"insert ",
|
"insert ",
|
||||||
"update ",
|
"update ",
|
||||||
"delete ",
|
"delete ",
|
||||||
@@ -226,7 +227,7 @@ SQL_STATEMENTS = {
|
|||||||
"grant ", ),
|
"grant ", ),
|
||||||
|
|
||||||
"SQL data execution": (
|
"SQL data execution": (
|
||||||
" exec ",
|
"exec ",
|
||||||
"execute ", ),
|
"execute ", ),
|
||||||
|
|
||||||
"SQL transaction": (
|
"SQL transaction": (
|
||||||
|
|||||||
Reference in New Issue
Block a user