mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor fix
This commit is contained in:
parent
dd295bbd4a
commit
7e560eec1f
|
@ -216,6 +216,7 @@ SQL_STATEMENTS = {
|
|||
"alter ", ),
|
||||
|
||||
"SQL data manipulation": (
|
||||
"bulk ",
|
||||
"insert ",
|
||||
"update ",
|
||||
"delete ",
|
||||
|
@ -226,7 +227,7 @@ SQL_STATEMENTS = {
|
|||
"grant ", ),
|
||||
|
||||
"SQL data execution": (
|
||||
" exec ",
|
||||
"exec ",
|
||||
"execute ", ),
|
||||
|
||||
"SQL transaction": (
|
||||
|
|
Loading…
Reference in New Issue
Block a user