mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Minor fix
This commit is contained in:
parent
a7970d094a
commit
c0f4b4632d
1 changed files with 2 additions and 1 deletions
|
|
@ -224,7 +224,8 @@ SQL_STATEMENTS = {
|
|||
"load ", ),
|
||||
|
||||
"SQL data control": (
|
||||
"grant ", ),
|
||||
"grant ",
|
||||
"revoke ", ),
|
||||
|
||||
"SQL data execution": (
|
||||
"exec ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue