Merge pull request #633 from NaxnN/patch-3

fix typo in pentesting-mysql.md
This commit is contained in:
Carlos Polop 2023-05-26 11:29:31 +02:00 committed by GitHub
commit 4583682aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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