mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +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 ",
|
||||
"update ",
|
||||
"delete ",
|
||||
"merge ", ),
|
||||
"merge ",
|
||||
"load ", ),
|
||||
|
||||
"SQL data control": (
|
||||
"grant ", ),
|
||||
|
|
Loading…
Reference in New Issue
Block a user