mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-05 04:13:17 +03:00
minor bug fix for mysql -d --file-read
This commit is contained in:
parent
0f5d48ff20
commit
8fe72d87a8
|
@ -218,7 +218,8 @@ SQL_STATEMENTS = {
|
||||||
"insert ",
|
"insert ",
|
||||||
"update ",
|
"update ",
|
||||||
"delete ",
|
"delete ",
|
||||||
"merge ", ),
|
"merge ",
|
||||||
|
"load ", ),
|
||||||
|
|
||||||
"SQL data control": (
|
"SQL data control": (
|
||||||
"grant ", ),
|
"grant ", ),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user