mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor bug fix for mysql -d --file-read
This commit is contained in:
@@ -218,7 +218,8 @@ SQL_STATEMENTS = {
|
|||||||
"insert ",
|
"insert ",
|
||||||
"update ",
|
"update ",
|
||||||
"delete ",
|
"delete ",
|
||||||
"merge ", ),
|
"merge ",
|
||||||
|
"load ", ),
|
||||||
|
|
||||||
"SQL data control": (
|
"SQL data control": (
|
||||||
"grant ", ),
|
"grant ", ),
|
||||||
|
|||||||
Reference in New Issue
Block a user