fix typo in pentesting-mysql.md

This commit is contained in:
KeoOp 2023-04-29 17:34:39 +08:00 committed by GitHub
parent 379f9c450b
commit af31fe3b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ You can see in the docs the meaning of each privilege: [https://dev.mysql.com/do
## MySQL arbitrary read file by client
Actually, when you try to **load data local into a table** the **content of a file** the MySQL or MariaDB server asks the **client to read it** and send the content. **Then, if you can tamper a mysql client to connect to your own MyQSL server, you can read arbitrary files.**\
Actually, when you try to **load data local into a table** the **content of a file** the MySQL or MariaDB server asks the **client to read it** and send the content. **Then, if you can tamper a mysql client to connect to your own MySQL server, you can read arbitrary files.**\
Please notice that this is the behaviour using:
```bash