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